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);