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

新建

上级 05a93176
......@@ -930,6 +930,7 @@ export default {
//console.log(res);
this.projectId = res.data.id;
this.projectStatus = res.data.projectStatus;
this.operationLast();
if (option != "storage" && option != "storageEdit") {
this.active++;
this.stepData = [false, true, false];
......@@ -1141,6 +1142,7 @@ export default {
vm.GET("portal/portalInfo/checkProjectName", param).then(res => {
if (res.code == "000000") {
//移动到第二页 选择范围
// this.operationLast();
this.insertOrUpdate("add");
// this.active++;
// this.stepData = [false, true, false];
......@@ -1151,7 +1153,7 @@ export default {
});
} else {
//编辑
this.operationLast();
// this.operationLast();
this.insertOrUpdate("edit");
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册