提交 5ae5b7a6 编写于 作者: zhentian.jia's avatar zhentian.jia

projectType

上级 0424bcd8
......@@ -1827,16 +1827,17 @@ export default {
if (this.updatedTree == true) {
kind = 3;
}
if(this.idType === 2) {
return 0;
//console.log('this.idTypeProject',this.idTypeProject);
if(this.idTypeProject === 2) {
kind = 0;
}
} else if (type == "administrativeScope") {
kind = 3;
if (this.tagsRegion.length > 0) {
kind = 3;
}
if(this.idType === 2) {
return 0;
if(this.idTypeProject === 2) {
kind = 0;
}
} else if (type == "organization") {
//设置机构类别0:无 1:全选 2:去掉 3:选中
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册