更新
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user