소스 검색

feat: 题库链接显示调整

zhangjie 2 주 전
부모
커밋
5719c9219d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/modules/exam/components/createExamAndPrintTask/SelectTikuPaperDialog.vue

+ 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;