Commit 9a04fed9 by crushh

Merge branch 'feature/act-code' into dev

parents 92bc8516 c9ac95b5
......@@ -125,7 +125,7 @@ export default {
this.btnLoading = true;
guidePageEdit(this.form)
.then(_ => {
this.$router.go(-1);
this.$router.push('ladingPageList');
this.$message.success('保存成功');
})
.finally(_ => {
......@@ -136,7 +136,7 @@ export default {
this.btnLoading = true;
guidePageSave(this.form)
.then(_ => {
this.$router.go(-1);
this.$router.push('ladingPageList');
this.$route.meta.refresh = true;
this.$message.success('保存成功');
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment