diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 8bda5c71..30a6a1e0 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -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: { diff --git a/src/project/lulong/AppHandSnapshot/List.vue b/src/project/lulong/AppHandSnapshot/List.vue index 07feb8b7..2b8b930e 100644 --- a/src/project/lulong/AppHandSnapshot/List.vue +++ b/src/project/lulong/AppHandSnapshot/List.vue @@ -5,7 +5,7 @@ @change="change">
- +