Explorar o código

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

zhangjie hai 2 meses
pai
achega
441da21eb1
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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;