28647
This commit is contained in:
		| @@ -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"> | ||||
|               </el-input> | ||||
|             </template> | ||||
| @@ -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"> | ||||
|           </ai-table> | ||||
|         </template> | ||||
|       </ai-card> | ||||
| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user