|
@@ -532,7 +532,7 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.userInfo = JSON.parse(window.sessionStorage.userInfo);
|
|
|
- this.advstatus = this.$route.query.type;
|
|
|
+ this.advstatus = String(this.$route.query.type);
|
|
|
this.clickStatus = this.$route.query.type
|
|
|
this.getList(this.$route.query.type);
|
|
|
this.ctrlbtn();
|