提交 747977b2 编写于 作者: zhentian.jia's avatar zhentian.jia

projectType

上级 5ae5b7a6
...@@ -1828,7 +1828,7 @@ export default { ...@@ -1828,7 +1828,7 @@ export default {
kind = 3; kind = 3;
} }
//console.log('this.idTypeProject',this.idTypeProject); //console.log('this.idTypeProject',this.idTypeProject);
if(this.idTypeProject === 2) { if(this.idTypeProject === 2 && this.tagsRegion.length == 0) {
kind = 0; kind = 0;
} }
} else if (type == "administrativeScope") { } else if (type == "administrativeScope") {
...@@ -1836,7 +1836,7 @@ export default { ...@@ -1836,7 +1836,7 @@ export default {
if (this.tagsRegion.length > 0) { if (this.tagsRegion.length > 0) {
kind = 3; kind = 3;
} }
if(this.idTypeProject === 2) { if(this.idTypeProject === 2 && this.tagsRegion.length == 0) {
kind = 0; kind = 0;
} }
} else if (type == "organization") { } else if (type == "organization") {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册