From eec4e04eda139aa1e6d809dc3bcacf39a93e7068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Sun, 9 Apr 2023 11:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E9=97=A8=E5=92=8C?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E9=A1=B5=E9=9D=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/authDept.vue | 4 ++-- src/views/system/dept/invWarehouse.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index d6fadd2..9c1f6b3 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -103,7 +103,7 @@ - @@ -499,7 +499,7 @@ export default { subAddDeptDialog(row) { this.formName = "add"; this.formVisible = true; - this.isShow = false; + this.isShow = true; this.formData = { pid: row.id, pcode: row.code, diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index bdda283..c75eab2 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -464,7 +464,7 @@ export default { this.subData = JSON.parse(JSON.stringify(data)); this.isShow = true; } else if (formName === "add") { - this.subData = {advanceType: false,}; + this.subData = {advanceType: false,spUse:false}; this.isShow = false; } this.subFormVisible = true;