提交 05b7bb20 编写于 作者: zhentian.jia's avatar zhentian.jia

外部人员问题

上级 3cf7e19a
...@@ -1410,6 +1410,8 @@ export default { ...@@ -1410,6 +1410,8 @@ export default {
//新建 //新建
} else { } else {
//编辑 //编辑
this.listLevels();
this.getCheckedTree();
if (this.idType !== 2) { if (this.idType !== 2) {
this.getAdministrative(); this.getAdministrative();
} else { } else {
...@@ -1423,9 +1425,9 @@ export default { ...@@ -1423,9 +1425,9 @@ export default {
let tabName = tab.name; let tabName = tab.name;
if (tabName == "second") { if (tabName == "second") {
//设定机构 //设定机构
this.getCheckedTree(); //this.getCheckedTree();
this.getOrganization(); this.getOrganization();
this.listLevels(); // this.listLevels();
} else if (tabName == "third") { } else if (tabName == "third") {
//设定科室 //设定科室
// if (this.checkTableState.multipleDepartment && this.firstDepartment) { // if (this.checkTableState.multipleDepartment && this.firstDepartment) {
...@@ -1442,7 +1444,7 @@ export default { ...@@ -1442,7 +1444,7 @@ export default {
}, },
//获取勾选树 //获取勾选树
getCheckedTree() { getCheckedTree() {
let allTree = Object.assign({}, this.treeData[0].children); //let allTree = Object.assign({}, this.treeData[0].children);
// let changedTags = Object.assign({},this.tagsRegion); // let changedTags = Object.assign({},this.tagsRegion);
// let organizationArea = operationData.treeHandler(this.treeData[0].children,this.tagsRegion); // let organizationArea = operationData.treeHandler(this.treeData[0].children,this.tagsRegion);
//console.log('多级树:',organizationArea); //console.log('多级树:',organizationArea);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册