diff --git a/src/views/modules/finshProduct/outWarehouse/shipmentBox.vue b/src/views/modules/finshProduct/outWarehouse/shipmentBox.vue index d406007..d1d0c7f 100644 --- a/src/views/modules/finshProduct/outWarehouse/shipmentBox.vue +++ b/src/views/modules/finshProduct/outWarehouse/shipmentBox.vue @@ -316,7 +316,7 @@ export default { watch:{ "endForm.warehouseId"(newVal,oldVal){ if (newVal && newVal !== oldVal){ - this.locationId = ''; + this.endForm.locationId = ''; this.getLocationListForSearch() } }