|
@@ -179,7 +179,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
- this.reportCenterLsit = res.data
|
|
|
|
|
|
|
+ this.reportCenterLsit = res.data || []
|
|
|
|
|
+ console.log('报表',this.reportCenterLsit);
|
|
|
},
|
|
},
|
|
|
async printBtn (data,data2) {
|
|
async printBtn (data,data2) {
|
|
|
let res = await this.$api.requested({
|
|
let res = await this.$api.requested({
|