From 27a8547797ba6eb15f57e3368546d3e1ac96f6ad Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Fri, 28 Jun 2024 14:36:55 +0800 Subject: [PATCH] 2024/06/28 --- src/views/modules/finshProduct/outWarehouse/shipmentBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }