提交 7de4f782 编写于 作者: zhentian.jia's avatar zhentian.jia

内部建项目 外部查看问题

上级 bf12ce1b
......@@ -1885,6 +1885,9 @@ export default {
if(this.idTypeProject == 2 && this.tagsRegion.length == 0) {
kind = 0;
}
if(this.idType == 2) {
kind = 0;
}
} else if (type == "administrativeScope") {
kind = 3;
if (this.tagsRegion.length > 0) {
......@@ -1893,6 +1896,9 @@ export default {
if(this.idTypeProject == 2 && this.tagsRegion.length == 0) {
kind = 0;
}
if(this.idType == 2) {
kind = 0;
}
} else if (type == "organization") {
//设置机构类别0:无 1:全选 2:去掉 3:选中
if (this.checkTableState.multipleOrganization === false) {
......@@ -2743,6 +2749,9 @@ export default {
margin-left: 20px;
content: "•";
}
.el-tabs__item.is-active {
color: #fff;
}
.el-tag {
margin: 0 10px 10px 0;
border: 1.3px solid #48a8fe;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册