diff --git a/packages/jianping/AppAssessment/components/Statistics.vue b/packages/jianping/AppAssessment/components/Statistics.vue index fff81af4..01584d77 100644 --- a/packages/jianping/AppAssessment/components/Statistics.vue +++ b/packages/jianping/AppAssessment/components/Statistics.vue @@ -95,8 +95,8 @@ size="small" placeholder="户主姓名/身份证号/网格员" clearable - v-throttle="() => {search.current = 1, getList()}" - @clear="search.current = 1, search.name = '', getList()" + v-throttle="() => {search.current = 1, getLogCount()}" + @clear="search.current = 1, search.name = '', getLogCount()" suffix-icon="iconfont iconSearch"> @@ -111,7 +111,7 @@ :current.sync="search.current" :size.sync="search.size" @selection-change="(v) => (ids = v.map((e) => e.id))" - @getList="getList"> + @getList="getLogCount"> @@ -188,10 +188,10 @@ this.hideLevel = this.user.info.areaList.length - 1 this.dict.load('fpRiskPersonStatus', 'sex').then(() => { - this.getList() + this.getLogCount() }) this.getTotal() - this.getLogCount() + this.getList() }, methods: { @@ -222,8 +222,8 @@ }, onChange () { - this.getList() this.getTotal() + this.getLogCount() }, getTotal() {