fix(delivery): queryparams pkWaresList

This commit is contained in:
woody 2025-08-12 13:40:02 +08:00
parent 727a5f8acd
commit 421d3d3e5f
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ export default {
},
handleSubmit(products) {
this.selectedProductList = [...products]
this.queryParams.productIdList = products.map((item) => item.pkId).join(',')
this.queryParams.pkWaresList = products.map((item) => item.pkId).join(',')
this.productLists = products.map((item) => item.waresName).join(',')
}
}