商品调整
This commit is contained in:
parent
18a2439a87
commit
5b30555a04
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user