diff --git a/pages/material/features/TransferReceivePage/index.vue b/pages/material/features/TransferReceivePage/index.vue index df95ac8..73e4afe 100644 --- a/pages/material/features/TransferReceivePage/index.vue +++ b/pages/material/features/TransferReceivePage/index.vue @@ -352,6 +352,7 @@ }, getLocationName() { this.items_Location = [] + this.items_LocationAll = [] if (this.ERPLOCATION != '') { this.$MyRequest('/api/storage/getLocationNameForERPLocation', { ERPLocation: this.ERPLOCATION