Browse Source

feat: ai设置可以不设置标答

zhangjie 2 tháng trước cách đây
mục cha
commit
441da21eb1
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/modules/mark/components/markParam/ModifyMarkAiSet.vue

+ 0 - 4
src/modules/mark/components/markParam/ModifyMarkAiSet.vue

@@ -235,10 +235,6 @@ export default {
     async handleSubmit() {
       const valid = await this.$refs.FormRef.validate().catch(() => {});
       if (!valid) return;
-      if (!this.answers.length) {
-        this.$message.error("请添加标答");
-        return;
-      }
 
       if (this.loading) return;
       this.loading = true;