diff --git a/src/views/logistics/delivery/index.vue b/src/views/logistics/delivery/index.vue index b6e3acb..50126c2 100644 --- a/src/views/logistics/delivery/index.vue +++ b/src/views/logistics/delivery/index.vue @@ -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(',') } }