薪资核算修改
This commit is contained in:
parent
117d1561c2
commit
42ee5f0cd8
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue