sqg hace 3 años
padre
commit
fd52103c24
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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);