Administrator
2021-08-13 97d1f860426b245f88b42eaee9bd9ffb4e61a141
src/api/system/user.js
@@ -80,12 +80,12 @@
    })
}
export const getUserPractitionersInfo = (cardid) => {
export const getUserPractitionersInfo = (securityid) => {
    return request({
        url: '/api/experience/selectExperienceInfo',
        method: 'get',
        params: {
            cardid,
            securityid,
        }
    })
}