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