fix(delivery): queryparams pkWaresList
This commit is contained in:
parent
727a5f8acd
commit
421d3d3e5f
|
@ -1342,7 +1342,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleSubmit(products) {
|
handleSubmit(products) {
|
||||||
this.selectedProductList = [...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(',')
|
this.productLists = products.map((item) => item.waresName).join(',')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue