Commit 9b89a3e1 by crushh

update: dist

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