提交 69f0c762 编写于 作者: zhentian.jia's avatar zhentian.jia

人员搜索

上级 f9cd57f4
......@@ -1768,11 +1768,12 @@ export default {
getKind(type) {
let kind = 0;
if (type == "administrative") {
//console.log("this.updatedTree", this.updatedTree);
kind = 3;
if (this.updatedTree == true) {
kind = 3;
}
} else if (type == "administrativeScope") {
kind = 3;
if (this.tagsRegion.length > 0) {
kind = 3;
}
......@@ -1794,6 +1795,7 @@ export default {
kind = this.setKindOfOrganizationLast;
}
} else if (type == "department") {
kind = 3;
if (this.multipleSelectionDepartment.length > 0) {
kind = 3;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册