liuyg
2021-11-05 d297132aba417a5cc5ea4330d9134341738184dc
src/api/system/user.js
@@ -80,6 +80,15 @@
}
export const updatePaperTime = (row) => {
    return request({
        url: '/api/blade-user/updatePaperTime',
        method: 'post',
        data: row
    })
}
export const saveOrUpdateUserPractitionersInfo = (row) => {
    return request({
        url: '/api/experience/saveOrUpdate',