事件上报

This commit is contained in:
liuye
2023-05-10 17:02:33 +08:00
parent 8acfa11f94
commit 3ec7a262d4

View File

@@ -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()