feat(delivery): queryparams pkWaresList

This commit is contained in:
woody 2025-08-12 15:15:55 +08:00
parent 421d3d3e5f
commit 2cdaca9a68
1 changed files with 3 additions and 3 deletions

View File

@ -222,7 +222,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="非在售商品" prop="productIdList">
<el-form-item label="非在售商品" prop="pkWaresList">
<el-input
v-model="productLists"
clearable
@ -1149,7 +1149,7 @@ export default {
payTime: [],
printTime: [], // 2
deliverTime: [], // 2
productIdList: []
pkWaresList: []
},
isActive: true,
areaData: [],
@ -1175,7 +1175,7 @@ export default {
methods: {
clearProduct() {
this.selectedProductList = []
this.queryParams.productIdList = []
this.queryParams.pkWaresList = []
this.productLists = ''
},
openDig() {