shuishen
2021-11-05 2b7c9ff5c65e94b63f92b707398cfbbdb1117d76
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',