@@ -233,7 +233,7 @@ export default {
datas.examEndTime = this.createTime[1];
}
const data = await pdfBuildListPage(datas);
- this.tasks = data.records;
+ this.dataList = data.records;
this.total = data.total;
},
toPage(page) {