|
@ -46,7 +46,7 @@ |
|
|
error: false, |
|
|
error: false, |
|
|
type:'', |
|
|
type:'', |
|
|
level_id:'', |
|
|
level_id:'', |
|
|
today_month:this.$route.query.today_month, |
|
|
|
|
|
|
|
|
id:'', |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
filters: { |
|
|
filters: { |
|
@ -69,6 +69,10 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
|
|
|
if(this.$route.query.id){ |
|
|
|
|
|
console.log(`2222222222222222`); |
|
|
|
|
|
this.id = this.$route.query.id |
|
|
|
|
|
} |
|
|
this.getList() |
|
|
this.getList() |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
@ -76,6 +80,7 @@ |
|
|
const res = await data.poxyList({ |
|
|
const res = await data.poxyList({ |
|
|
type: this.$route.query.type, |
|
|
type: this.$route.query.type, |
|
|
level_id: this.$route.query.level_id, |
|
|
level_id: this.$route.query.level_id, |
|
|
|
|
|
user_id:this.id, |
|
|
page:++this.list.curPage, |
|
|
page:++this.list.curPage, |
|
|
}) |
|
|
}) |
|
|
const information = res.data.data |
|
|
const information = res.data.data |
|
|