From fe291d6eaabec6da94669310939886f6aa95389d Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 28 Jun 2022 11:05:35 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E5=80=BC=E6=9C=AA=E5=90=8C=E6=AD=A5=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E5=88=86=E4=BB=93=E9=80=89=E9=A1=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvProducts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index 70b6d9d..de7c316 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -347,7 +347,7 @@ export default { invChange() { this.filterQuery.invWarehouseCode = ""; this.subInvList = []; - if (this.filterQuery.invStorageCode != null) { + if (this.filterQuery.invStorageCode != null && this.filterQuery.invStorageCode != "") { this.invWarehouseDisabled = false; let query = { pcode: this.filterQuery.invStorageCode