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