事件上报
This commit is contained in:
		| @@ -84,7 +84,8 @@ export default { | ||||
|         eventSource: '', | ||||
|         groupId: '', | ||||
|         createTimeStart: '', | ||||
|         createTimeEnd: '' | ||||
|         createTimeEnd: '', | ||||
|         girdId: '' | ||||
|       }, | ||||
|       total: 0, | ||||
|       tableData: [], | ||||
| @@ -149,7 +150,7 @@ export default { | ||||
|     }, | ||||
|     // 所有网格 | ||||
|     getGridList() { | ||||
|       this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => { | ||||
|       this.instance.post(`/app/appgirdinfo/queryGirdMemberGirdsById`).then((res) => { | ||||
|         if (res?.code == 0) { | ||||
|           this.girdOptions = this.toTree(res.data) | ||||
|         } | ||||
| @@ -177,7 +178,7 @@ export default { | ||||
|     }, | ||||
|     gridChange(val) { | ||||
|       this.girdArr = val | ||||
|       this.girdId = val?.[val.length - 1] | ||||
|       this.search.girdId = val?.[val.length - 1] | ||||
|       this.$refs.cascader1.dropDownVisible = false; | ||||
|       this.search.current = 1 | ||||
|       this.getList() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user