Commit a28744b8 by crushh

update: dist

parent bb71c406
......@@ -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