mo 2 년 전
부모
커밋
c282b7468b
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/views/visitManager/addVisit.vue

+ 4 - 1
src/views/visitManager/addVisit.vue

@@ -562,9 +562,12 @@ export default {
       this.statusList.studentStatus = true;
       this.statusList.studentStatus = true;
     },
     },
     onChange(type) {
     onChange(type) {
-      if (this.id || this.userId || this.beforeId) {
+      if (this.id) {
         return;
         return;
       }
       }
+      if((this.userId || this.beforeId)&&type !='probStatus'){
+        return
+      }
       let visit = this.visit;
       let visit = this.visit;
       let form = this.form;
       let form = this.form;
       if (type == "type") {
       if (type == "type") {