diff --git a/packageA/myReport/myReport.vue b/packageA/myReport/myReport.vue index f8244a0..7863023 100644 --- a/packageA/myReport/myReport.vue +++ b/packageA/myReport/myReport.vue @@ -21,23 +21,25 @@ - + + + - - + { - this.dataList = res.reportInfoVOs + this.dataList = this.dataList.concat(res.reportInfoVOs) // this.dataList = [] this.loading = false this.clickTab(null, getLocationParams('tabType') || '0'); }).catch((error) => { - this.dataList = [] + this.dataList = this.dataList.concat([]) this.loading = false this.clickTab(null, getLocationParams('tabType') || '0'); })