|
|
|
|
@ -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;
|
|
|
|
|
|