zhangjie 1 kuukausi sitten
vanhempi
commit
daa2c91c70

+ 1 - 3
src/modules/exam/components/createExamAndPrintTask/SelectTikuPaperDialog.vue

@@ -158,9 +158,7 @@ export default {
       const res = await tikuPaperListQuery(datas);
       const res = await tikuPaperListQuery(datas);
       this.dataList = res.records;
       this.dataList = res.records;
       this.total = res.total;
       this.total = res.total;
-      if (!this.dataList.length) {
+      this.showTkTips = !this.dataList.length;
-        this.showTkTips = true;
-      }
     },
     },
     toPage(page) {
     toPage(page) {
       this.current = page;
       this.current = page;