소스 검색

冲突解决

Shannon_mu 3 년 전
부모
커밋
2fb4a26f7f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      operationSupport/src/views/facilityInspections/popups/add.vue

+ 1 - 0
operationSupport/src/views/facilityInspections/popups/add.vue

@@ -202,6 +202,7 @@ export default {
                     });
             });
         },
+        
         findUserToggle() {
             this.formData.peopleName = this.$refs.userName.getCheckedNodes()[0].label;
         },