zhangjie 1 년 전
부모
커밋
0162b57e9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/exam/views/PdfBuildManage.vue

+ 1 - 1
src/modules/exam/views/PdfBuildManage.vue

@@ -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) {