|
|
@@ -40,7 +40,7 @@ export const remove = (data) => {
|
|
|
|
|
|
export const syncBaseData = (data) => {
|
|
|
return request({
|
|
|
- url: '/api/kd-scientific/xm/technician/hours/sync',
|
|
|
+ url: '/api/kd-scientific/xm/technician/hours/sync/basic-info',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|
|
|
@@ -48,7 +48,7 @@ export const syncBaseData = (data) => {
|
|
|
|
|
|
export const syncWorkingHours = (data) => {
|
|
|
return request({
|
|
|
- url: '/api/kd-scientific/xm/technician/hours/sync/basic-info',
|
|
|
+ url: '/api/kd-scientific/xm/technician/hours/sync',
|
|
|
method: 'post',
|
|
|
data
|
|
|
})
|