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