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'