系统管理UI界面修改及逻辑代码优化
This commit is contained in:
+2
-2
@@ -215,11 +215,11 @@ export class DepartmentManagementComponent implements OnInit {
|
||||
//打开机构树抽屉
|
||||
open(): void {
|
||||
this.treeSelectedChild='';
|
||||
// this.visible = true;
|
||||
this.visible = true;
|
||||
}
|
||||
//关闭机构选择页面
|
||||
close(): void {
|
||||
// this.visible = false;
|
||||
this.visible = false;
|
||||
}
|
||||
//删除机构标签
|
||||
tagClose(event){
|
||||
|
||||
Reference in New Issue
Block a user