|
@@ -291,6 +291,7 @@ export default {
|
|
},
|
|
},
|
|
//获取列表
|
|
//获取列表
|
|
getList(e) {
|
|
getList(e) {
|
|
|
|
+ console.log(e);
|
|
switch (e) {
|
|
switch (e) {
|
|
//我的待办
|
|
//我的待办
|
|
case "0":
|
|
case "0":
|
|
@@ -533,8 +534,11 @@ export default {
|
|
mounted() {
|
|
mounted() {
|
|
this.userInfo = JSON.parse(window.sessionStorage.userInfo);
|
|
this.userInfo = JSON.parse(window.sessionStorage.userInfo);
|
|
this.advstatus = String(this.$route.query.type);
|
|
this.advstatus = String(this.$route.query.type);
|
|
- this.clickStatus = 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.$route.query.type);
|
|
|
|
+
|
|
this.ctrlbtn();
|
|
this.ctrlbtn();
|
|
this.gettype();
|
|
this.gettype();
|
|
},
|
|
},
|