Ver Fonte

feat: 题库链接显示调整

zhangjie há 2 semanas atrás
pai
commit
5719c9219d

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

@@ -121,7 +121,7 @@ export default {
       total: 0,
       loading: false,
       // tiku
-      showTkTips: false,
+      showTkTips: true,
       tkAuth: {
         hasAuth: false,
         role: null,
@@ -158,7 +158,6 @@ export default {
       const res = await tikuPaperListQuery(datas);
       this.dataList = res.records;
       this.total = res.total;
-      this.showTkTips = !this.dataList.length;
     },
     toPage(page) {
       this.current = page;