cyl/dev
zsk 2 years ago
parent d2cddca40d
commit 3e42dfcaeb

@ -1201,6 +1201,10 @@ export default {
this.signType = info.signType ? info.signType : "";
this.currentPage = info.pageNum ? info.pageNum : 1;
}
if(this.$route.query.tab == 1){
this.signType = 1;
}
if (this.$route.query.type) {
if (this.$route.query.type == "vocational") {
this.isVocational = true;

Loading…
Cancel
Save