zhangjie 4 天之前
父节点
当前提交
610de1343d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/question/views/QuestionManage.vue

+ 1 - 0
src/modules/question/views/QuestionManage.vue

@@ -640,6 +640,7 @@ export default {
     async toAIQuestion() {
       await this.checkGptEnable();
       if (this.aiWarningMsg) {
+        this.$message.error(this.aiWarningMsg);
         return;
       }