Browse Source

修复自提刷新

pre-production
马远东 9 months ago
parent
commit
d5d1506ed6
  1. 5
      src/views/distribution/inventory/distrilbutionBillLadingList.vue

5
src/views/distribution/inventory/distrilbutionBillLadingList.vue

@ -805,7 +805,10 @@ export default {
this.search = !this.search;
},
searchChange() {
this.query.pickupBatchs= this.query.pickupBatchs.replace(/,/g, ",");
if(this.query.pickupBatchs){
this.query.pickupBatchs= this.query.pickupBatchs.replace(/,/g, ",");
}
if(!this.query.pickupBatchs){
delete this.query.pickupBatchs
}

Loading…
Cancel
Save