From f8b8cb4002e2f12eaa5f53bbf660b5a9d7e64b43 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 12 May 2023 17:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reportProcess/components/reportForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/reportProcess/components/reportForm.vue b/src/views/reportProcess/components/reportForm.vue index 6273cb1..a4986bd 100644 --- a/src/views/reportProcess/components/reportForm.vue +++ b/src/views/reportProcess/components/reportForm.vue @@ -285,7 +285,7 @@ export default { }, handleClick(){ if(this.form.departmentName){ - this.orgTableVal=this.form.departmentId + this.orgTableVal=this.form.department this.orgTableValName=this.form.departmentName } this.visibleOrgTable=true