|
@@ -97,7 +97,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- console.log(this.options)
|
|
|
this.getEmail()
|
|
|
this.getResidueCount()
|
|
|
},
|
|
@@ -176,6 +175,10 @@ export default {
|
|
|
},
|
|
|
// 查看更多
|
|
|
viewMore () {
|
|
|
+ const id = this.options.sid
|
|
|
+ if(this.options.tab === 'history' && id) {
|
|
|
+ this.$router.push(`/desktop/report_analysis?id=${id}`)
|
|
|
+ }
|
|
|
this.options.visible = false
|
|
|
},
|
|
|
// 去充值
|