diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 5592d7bf..4ae8e701 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -62,6 +62,7 @@ export default { selected: v => [v.$route?.query.selected].flat() }, onLoad(option) { + console.log(this.$route.query.action) if (option.isFormMap) { this.isFormMap = option.isFormMap } @@ -81,6 +82,9 @@ export default { if (this.isMyGirds) { url = `/app/appgirdmemberinfo/queryMyGirdListByLevel2` } + if(this.$route.query.action) { + url = this.$route.query.action + } this.$http.post(url, null, {params}).then((res) => { if (res?.data) { let parents = res.data.map(e => e.parentGirdId) diff --git a/src/project/lulong/AppHandSnapshot/Statistics.vue b/src/project/lulong/AppHandSnapshot/Statistics.vue index 109c28a7..8d24f006 100644 --- a/src/project/lulong/AppHandSnapshot/Statistics.vue +++ b/src/project/lulong/AppHandSnapshot/Statistics.vue @@ -2,7 +2,8 @@