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

新建

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