提交 645e7bb5 编写于 作者: zhentian.jia's avatar zhentian.jia

范围变更 接口更新

上级 4b67c26b
...@@ -1597,6 +1597,7 @@ export default { ...@@ -1597,6 +1597,7 @@ export default {
// flag: this.flagCover, // flag: this.flagCover,
scopeOfAdministrative: this.getScope("administrativeUpdate"), scopeOfAdministrative: this.getScope("administrativeUpdate"),
scopeOfDepartment: this.getScopeDepartment(), scopeOfDepartment: this.getScopeDepartment(),
flag: 1, //0:下一步 1:暂存
}; };
// if (req.setKindOfAdministrative == 3) { // if (req.setKindOfAdministrative == 3) {
// req.scopeOfAdministrative = this.getScope("administrativeUpdate"); // req.scopeOfAdministrative = this.getScope("administrativeUpdate");
...@@ -1736,6 +1737,7 @@ export default { ...@@ -1736,6 +1737,7 @@ export default {
// flag: this.flagCover, // flag: this.flagCover,
scopeOfAdministrative: this.getScope("administrativeUpdate"), scopeOfAdministrative: this.getScope("administrativeUpdate"),
scopeOfDepartment: this.getScopeDepartment(), scopeOfDepartment: this.getScopeDepartment(),
flag: 0, //0:下一步 1:暂存
}; };
// if (req.setKindOfAdministrative == 3) { // if (req.setKindOfAdministrative == 3) {
// req.scopeOfAdministrative = this.getScope("administrativeUpdate"); // req.scopeOfAdministrative = this.getScope("administrativeUpdate");
...@@ -1796,6 +1798,7 @@ export default { ...@@ -1796,6 +1798,7 @@ export default {
// flag: this.flagCover, // flag: this.flagCover,
scopeOfAdministrative: null, scopeOfAdministrative: null,
scopeOfDepartment: this.getScopeDepartment(), scopeOfDepartment: this.getScopeDepartment(),
flag: 0, //0:下一步 1:暂存
}; };
// if ( // if (
// req.setKindOfOrganization == 2 || // req.setKindOfOrganization == 2 ||
...@@ -3109,6 +3112,11 @@ export default { ...@@ -3109,6 +3112,11 @@ export default {
console.log('弹框'); console.log('弹框');
this.flagCover = 1; this.flagCover = 1;
this.dialogShow = true; this.dialogShow = true;
} else if(status === 3) { //3:项目范围没有可参与的人员
vm.$message({
type: "info",
message: "没有选择任何人员",
});
} }
return status; return status;
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册