custom/金华交投
This commit is contained in:
parent
709d9dd974
commit
d7ce8cb2f6
|
|
@ -219,7 +219,8 @@ export const exportComparisonResult = (salaryAcctRecordId) => {
|
|||
|
||||
// 核算进度条
|
||||
export const getCalculateProgress = (id = "", paymentOrganization = "") => {
|
||||
return WeaTools.callApi(`/api/bs/hrmsalary/progress/getRate?cacheKey=ACCT_PROGRESS_${id}_${paymentOrganization}`, "get", {});
|
||||
const extra= paymentOrganization ? `_${paymentOrganization}` : paymentOrganization
|
||||
return WeaTools.callApi(`/api/bs/hrmsalary/progress/getRate?cacheKey=ACCT_PROGRESS_${id}${extra}`, "get", {});
|
||||
};
|
||||
|
||||
// 核算进度条
|
||||
|
|
|
|||
Loading…
Reference in New Issue