薪资核算修改

This commit is contained in:
黎永顺 2023-01-29 15:52:46 +08:00
parent 117d1561c2
commit 42ee5f0cd8
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,7 @@ export class calculateStore {
API.getSalarySobCycle({ salaryAcctRecordId: id }).then(res => {
if (res.status) {
this.baseSalarySobCycle = res.data;
this.getColumnDesc({ salaryAcctRecordId: id });
} else {
message.error(res.errormsg || "获取失败");
}
@ -343,6 +344,7 @@ export class calculateStore {
this.acctResultListPageInfo = res.data.pageInfo;
this.acctResultListColumns = res.data.columns;
resolve(res.data.columns);
this.getColumnDesc({ salaryAcctRecordId: params.salaryAcctRecordId });
} else {
message.error(res.errormsg || "");
reject();