协调L3页面,新增合同证书的文件上传逻辑

This commit is contained in:
2025-12-23 15:56:15 +08:00
parent 9f423b26f9
commit 04eace18c4
11 changed files with 577 additions and 67 deletions

View File

@@ -687,7 +687,7 @@ export function delPayslip(slipIds) {
// 指标快照
export function listStatSnapshot(query) {
return request({
url: '/hrm/stat/snapshot/list',
url: '/hrm/pay/stat/list',
method: 'get',
params: query
})