提交 11d14651 编写于 作者: zhentian.jia's avatar zhentian.jia

行政范围可以为空

上级 2f5b0285
...@@ -1743,7 +1743,7 @@ export default { ...@@ -1743,7 +1743,7 @@ export default {
} }
if (this.idType == 1) { if (this.idType == 1) {
//内部管理员 //内部管理员
if (this.tagsRegion.length > 0 || this.idTypeProject == 2) { // if (this.tagsRegion.length > 0 || this.idTypeProject == 2) {
//选择了范围 //选择了范围
let req = { let req = {
projectId: this.projectId, projectId: this.projectId,
...@@ -1794,14 +1794,15 @@ export default { ...@@ -1794,14 +1794,15 @@ export default {
}); });
} }
}); });
} else { // }
//没有选择范围 // else {
vm.$message({ // //没有选择范围
showClose: true, // vm.$message({
message: "项目范围不能为空", // showClose: true,
type: "error" // message: "项目范围不能为空",
}); // type: "error"
} // });
// }
} else { } else {
//外部人员 //外部人员
let req = { let req = {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册