Commit 9b89a3e1 by crushh

update: dist

parent 27a07b7b
...@@ -288,6 +288,7 @@ export default { ...@@ -288,6 +288,7 @@ export default {
this.isNew = false; this.isNew = false;
} }
this.form.type = type; this.form.type = type;
sessionStorage.setItem('activeName', type);
this.getExistDefaultWelcome(); this.getExistDefaultWelcome();
this.getAppleList(); this.getAppleList();
}, },
...@@ -686,7 +687,7 @@ export default { ...@@ -686,7 +687,7 @@ export default {
if (!this.$route.query.id) { if (!this.$route.query.id) {
this.$route.meta.refresh = true; this.$route.meta.refresh = true;
} }
sessionStorage.setItem('activeName', para.type);
this.$router.push('salutatory'); this.$router.push('salutatory');
} }
}) })
......
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