Compare commits
No commits in common. "609ed84cb201a1ac0803de4489f9fe2647ab2497" and "d6b1d3444ad029ca6f4ff9185c4af16e27e590b8" have entirely different histories.
609ed84cb2
...
d6b1d3444a
|
@ -104,11 +104,11 @@
|
|||
// });
|
||||
this.isMultiDepart = false
|
||||
}else if(multi_depart==2){
|
||||
// this.visible=true
|
||||
// this.isMultiDepart = true
|
||||
// this.departList = loginResult.departs
|
||||
this.visible=true
|
||||
this.isMultiDepart = true
|
||||
this.departList = loginResult.departs
|
||||
}else {
|
||||
// this.isMultiDepart = false
|
||||
this.isMultiDepart = false
|
||||
}
|
||||
},
|
||||
bizTenant(ids){
|
||||
|
@ -118,11 +118,11 @@
|
|||
this.tenant_id = ids;
|
||||
this.isMultiTenant = false
|
||||
}else{
|
||||
// this.visible = true
|
||||
// this.isMultiTenant = true
|
||||
// getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{
|
||||
// this.tenantList = res.result
|
||||
// })
|
||||
this.visible = true
|
||||
this.isMultiTenant = true
|
||||
getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{
|
||||
this.tenantList = res.result
|
||||
})
|
||||
}
|
||||
},
|
||||
show(loginResult){
|
||||
|
|
Loading…
Reference in New Issue
Block a user