Browse Source

Merge branch 'feature/sleltc'

master
zhangyuan 3 years ago
parent
commit
d19df1bbf4
  1. 4
      src/views/modules/epidemic/epidemicreportuserinfo.vue

4
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'

Loading…
Cancel
Save