样式修改
This commit is contained in:
@@ -814,15 +814,12 @@ function fnGetDeptTree() {
|
||||
|
||||
function handleChange(value: any, options: any) {
|
||||
modalState.from.roleIds = [value];
|
||||
console.log(modalState.from.roleIds, options.roleKey);
|
||||
|
||||
modalState.showTenant = options.roleKey === 'tenant';
|
||||
// 获取租户树结构数据
|
||||
if (modalState.showTenant) fnGetDeptTree();
|
||||
}
|
||||
|
||||
function handleDel(value: any, options: any) {
|
||||
console.log(modalState.from.roleIds, options.roleKey);
|
||||
modalState.showTenant = options.roleKey !== 'tenant';
|
||||
// 获取租户树结构数据
|
||||
if (modalState.showTenant) fnGetDeptTree();
|
||||
|
||||
Reference in New Issue
Block a user