卢龙新增需求

This commit is contained in:
liuye
2023-09-07 10:59:25 +08:00
parent 863eba8c3f
commit 4787c6aaf9
2 changed files with 19 additions and 6 deletions

View File

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