Compare commits

..

No commits in common. "609ed84cb201a1ac0803de4489f9fe2647ab2497" and "d6b1d3444ad029ca6f4ff9185c4af16e27e590b8" have entirely different histories.

View File

@ -104,11 +104,11 @@
// }); // });
this.isMultiDepart = false this.isMultiDepart = false
}else if(multi_depart==2){ }else if(multi_depart==2){
// this.visible=true this.visible=true
// this.isMultiDepart = true this.isMultiDepart = true
// this.departList = loginResult.departs this.departList = loginResult.departs
}else { }else {
// this.isMultiDepart = false this.isMultiDepart = false
} }
}, },
bizTenant(ids){ bizTenant(ids){
@ -118,11 +118,11 @@
this.tenant_id = ids; this.tenant_id = ids;
this.isMultiTenant = false this.isMultiTenant = false
}else{ }else{
// this.visible = true this.visible = true
// this.isMultiTenant = true this.isMultiTenant = true
// getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{ getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{
// this.tenantList = res.result this.tenantList = res.result
// }) })
} }
}, },
show(loginResult){ show(loginResult){