|
@@ -510,7 +510,8 @@
|
|
|
}
|
|
|
})
|
|
|
this.staffmgrQueryParams.actualposts = designatedId;
|
|
|
- listStaffmgr(this.staffmgrQueryParams).then(response => {
|
|
|
+ this.staffmgrQueryParams.leftYear = this.form.year
|
|
|
+ listAllStaffmgr(this.staffmgrQueryParams).then(response => {
|
|
|
this.stffmgrOptions = response.rows;
|
|
|
});
|
|
|
|
|
@@ -654,6 +655,7 @@
|
|
|
}
|
|
|
})
|
|
|
this.staffmgrQueryParams.actualposts = designatedId;
|
|
|
+ this.staffmgrQueryParams.leftYear = this.form.year
|
|
|
this.$nextTick(() => {
|
|
|
listStaffmgr(this.staffmgrQueryParams).then(response => {
|
|
|
this.stffmgrOptions = response.rows;
|