卢龙新增需求
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user