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