zhangjie 1 ano atrás
pai
commit
0162b57e9b
1 arquivos alterados com 1 adições e 1 exclusões
  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) {