商品调整

This commit is contained in:
BabyBoy 2025-09-06 15:34:10 +08:00
parent 18a2439a87
commit 5b30555a04

View File

@ -402,7 +402,7 @@ export default {
this.loading = true;
const { pageNum, pageSize } = this.queryParams;
const query = { ...this.queryParams, pageNum: undefined, pageSize: undefined };
const pageReq = { current: pageNum - 1, size: pageSize };
const pageReq = { current: pageNum, size: pageSize };
listPmsProduct(query, pageReq).then((response) => {
const { records, total } = response.data || {};
this.pmsProductList = records;