Mr.Shi
2023-08-30 388c5852b782b57f6c87fd2042771abf967e365e
h5_standard/src/apis/PlanningAPI.ts
@@ -114,6 +114,15 @@
    })
}
// 根据对象信息查询
export function queryList (data: any): Promise<any> {
    return httpRequest({
        url: '/ext/salaryParam/queryList',
        method: 'post',
        data
    })
}
// 一键报工
export function autoWorkReport (data: any): Promise<any> {
    return httpRequest({