系统管理UI界面修改及逻辑代码优化

This commit is contained in:
zhouyuejun
2019-02-25 16:55:46 +08:00
parent b0fb942139
commit f231197046
18 changed files with 1423 additions and 1357 deletions
@@ -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){