This commit is contained in:
GaoHao
2025-03-10 17:26:39 +08:00
parent 490c513f48
commit cc97b6acca
26 changed files with 258 additions and 305 deletions

View File

@@ -81,7 +81,7 @@
import { hasPermission } from '@/commons/utils/hasPermission.js';
import { categoryPage } from '@/api/cateGory.js'
import { getProductList,getProdGroupDetail,updateProdGroup } from '@/api/product.js'
import { getProductPage,getProdGroupDetail,updateProdGroup } from '@/api/product.js'
const pageData = reactive({
stateCurrent: 0,
@@ -161,7 +161,7 @@
* 获取商品列表
*/
function getGoodsList() {
getProductList(pageData.query).then(res => {
getProductPage(pageData.query).then(res => {
pageData.hasAjax = true
let goodsList = res.records.map(v => {
return {