|
@@ -132,10 +132,8 @@ export default {
|
|
|
methods: {
|
|
|
_initProcess() {
|
|
|
if (!this.$route.query.dataType) {
|
|
|
- console.log(this.$route.query.dataType)
|
|
|
this.processSerach = { id: this.$route.query.id, type: this.$route.query.type, page: this.curIndex, perPage: this.pageSize, startTime: this.$route.query.startTime, endTime: this.$route.query.endTime }
|
|
|
} else {
|
|
|
- console.log(this.$route.query.dataType)
|
|
|
this.processSerach = { id: this.$route.query.id, type: this.$route.query.type, dataType: this.$route.query.dataType, page: this.curIndex, perPage: this.pageSize, startTime: this.$route.query.startTime, endTime: this.$route.query.endTime }
|
|
|
}
|
|
|
getOnlineInfo(this.processSerach).then(res => {
|