zhouwx
2025-07-04 dfc1da68ecd0ce95e63ae085ff33e084b8f50a5f
src/api/staffManage/staff.js
@@ -71,6 +71,13 @@
        data: data
    })
}
export function uploadTemplate(data) {
    return request({
        url: '/company/industryTemplate/upload',
        method: 'post',
        data: data
    })
}
export function delSysClause(params) {
    return request({
@@ -110,4 +117,4 @@
        method: 'get',
        params: params
    })
}
}