提交 0ce65889 编写于 作者: kai.wang's avatar kai.wang

修改编辑 入口router

上级 8a44ca56
......@@ -84,12 +84,10 @@
nextStep() {
// debugger
if (this.enterType == 1) {
//edit
console.log("add");
//create
this.commitQuanziInfo();
} else {
console.log("edit");
//edit
this.active = 1
this.stepData = [false, true];
}
......@@ -113,6 +111,8 @@
if (res.code == "000000") {
// console.log(res);
this.formData.id = res.id
this.active = 1
this.stepData = [false, true];
} else {
//
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册