From 1600c630932d97a0c9eda3914df1ae8c5cd9c57b Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 23 Apr 2023 14:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invWarehouse.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 186799f..469f037 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -17,7 +17,7 @@ > --> - + @@ -458,6 +458,7 @@ export default { ] }, subData: {}, + subDataType:{}, fromDeptOptions: [], invOptions: [], thirdSubQuery: { @@ -495,6 +496,7 @@ export default { name: "", status: "", }; + this.subDataType.advanceType=null; this.getList(); //置空用户列表和货位信息列表的参数 @@ -507,6 +509,7 @@ export default { }, onSubmit() { //提交查询 + this.query.advanceType=this.subDataType.advanceType; this.getList(); },