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