zhangjie 4 dni temu
rodzic
commit
610de1343d
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
       }