From 7bd402eba3f20c9f7a86fefd9b460476bd7ca4cc Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Thu, 9 Jun 2022 15:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=95=BF=E5=BA=A6=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/epidemic/epidemicreportuserinfo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue index 2965305..58cca7f 100644 --- a/src/views/modules/epidemic/epidemicreportuserinfo.vue +++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue @@ -932,6 +932,7 @@ export default { buttonTime: 60, gridIdImport: '', deptIdList:null, + deptIdListLt:null, agencyList:null, } }, @@ -996,6 +997,7 @@ export default { type:'warning' }) } + this.deptIdListLt = this.dataForm.deptIdList.length this.dataForm.deptIdList = this.dataForm.deptIdList + '' }, communityHandleChange(value){ @@ -1082,7 +1084,7 @@ export default { }).catch(() => { }) }, beforeGetDataListSearch () { - if(this.dataForm.deptIdList.length > 100){ + if(this.deptIdListLt > 100){ this.$message({ message: '所属组织数据选择过多,请选择所属社区进行查询', type:'warning'