sqg 3 년 전
부모
커밋
fd52103c24
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      front-vue/src/views/system/user/index.vue

+ 3 - 0
front-vue/src/views/system/user/index.vue

@@ -1191,6 +1191,9 @@ export default {
       if(userId){
       this.$set(this.form, "userId", userId);
       }
+      if(scyId){
+      this.$set(this.form, "scyId", scyId);
+      }
       getUser(userId, scyId).then((response) => {
         this.uinParams.ssId = response.data.staffCode;
         this.getRodept(scyId);