From 02de7d7d7eee8fefee71f3e3e86d6dba76b42faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Wed, 5 Feb 2025 17:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/analysis/formList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/analysis/formList.vue b/src/views/modules/shequzhili/analysis/formList.vue index 1fa3b54ee..7a4635db2 100644 --- a/src/views/modules/shequzhili/analysis/formList.vue +++ b/src/views/modules/shequzhili/analysis/formList.vue @@ -125,7 +125,7 @@ export default { try { const url = "/governance/dwdEvent/list"; if(this.recId){ - this.formData.secondIdList = [this.recId]; + this.formData.firstIdList = [this.recId]; } if(this.departId){ this.formData.departId = this.departId;