|
@@ -535,9 +535,7 @@ export default {
|
|
|
this.userInfo = JSON.parse(window.sessionStorage.userInfo);
|
|
|
this.advstatus = String(this.$route.query.type);
|
|
|
this.clickStatus = this.$route.query.type;
|
|
|
- console.log(this.clickStatus);
|
|
|
- console.log(this.advstatus);
|
|
|
- this.getList(this.$route.query.type);
|
|
|
+ this.getList(this.advstatus);
|
|
|
|
|
|
this.ctrlbtn();
|
|
|
this.gettype();
|