11wqe1 5 달 전
부모
커밋
e7fb2d4f56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/examine.vue

+ 1 - 1
src/components/examine.vue

@@ -878,7 +878,7 @@ export default {
         return this.isOrgFormVisible = true
       }
 
-      if (this.selectedSchool && !this.selectedSchool.id) return this.$message.error('请选择学校')
+      if (this.selectedSchool && !this.selectedSchool.id && type == 1) return this.$message.error('请选择学校')
 
       // 弹出确认框
       this.$confirm(confirmationMessage, "确认操作", {