소스 검색

用户管理修改设置不能修改名称

yuhan 10 달 전
부모
커밋
0ba27b775e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/module_interLock/systemUser/modules/SystemUserModal.vue

+ 1 - 0
src/views/module_interLock/systemUser/modules/SystemUserModal.vue

@@ -39,6 +39,7 @@
         this.visible=true
         this.$nextTick(()=>{
           this.$refs.realForm.edit(record);
+          this.$refs.realForm.userDisabled = true;
         })
       },
       close () {