Эх сурвалжийг харах

个人画像-隐藏导出试题按钮提示

吴朋磊 1 сар өмнө
parent
commit
2e40661832

+ 4 - 4
src/views/analysisReport/personalProfile/index.vue

@@ -681,10 +681,10 @@ export default {
 
         // 导出精准提升试题
         exportKnowledgePaps() {
-            if (this.knowledgData.length === 0) {
-                this.$message.warning('暂无知识点推题');
-                return
-            }
+            // if (this.knowledgData.length === 0) {
+            //     this.$message.warning('暂无知识点推题');
+            //     return
+            // }
             // 触发Download组件弹窗
             this.visible = true;
         },