@@ -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;
},