巡查上报

This commit is contained in:
liuye
2023-09-07 11:52:58 +08:00
parent 83886f1b64
commit 72ac0edde7
2 changed files with 1 additions and 5 deletions

View File

@@ -62,13 +62,9 @@ export default {
selected: v => [v.$route?.query.selected].flat()
},
onLoad(option) {
console.log(this.$route.query)
if (option.isFormMap) {
this.isFormMap = option.isFormMap
}
// if (this.$route.query.selected) {
// this.SelectGird.id = this.$route.query.selected
// }
this.isGridMember || this.isApply ? this.getAllGrids() : this.$u.toast('当前人员不是网格员或网格长')
},
methods: {