Compare commits

...

2 Commits

Author SHA1 Message Date
RenCheng
609ed84cb2 Merge branch 'main' of http://git.hivekion.com:3000/IDCDatasync/IDCDatasync-vue 2025-03-09 16:51:04 +08:00
RenCheng
e0bff81b85 关掉代码上部门和租户判断 2025-03-09 16:51:00 +08:00

View File

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