Browse Source

2024/06/28

master
zelian_wu 2 years ago
parent
commit
27a8547797
  1. 2
      src/views/modules/finshProduct/outWarehouse/shipmentBox.vue

2
src/views/modules/finshProduct/outWarehouse/shipmentBox.vue

@ -316,7 +316,7 @@ export default {
watch:{ watch:{
"endForm.warehouseId"(newVal,oldVal){ "endForm.warehouseId"(newVal,oldVal){
if (newVal && newVal !== oldVal){ if (newVal && newVal !== oldVal){
this.locationId = '';
this.endForm.locationId = '';
this.getLocationListForSearch() this.getLocationListForSearch()
} }
} }

Loading…
Cancel
Save