|
@@ -54,7 +54,7 @@ export const repairDetails = (repairId) =>
|
|
request({
|
|
request({
|
|
url: '/service/sale/repairInfo/details',
|
|
url: '/service/sale/repairInfo/details',
|
|
method: 'get',
|
|
method: 'get',
|
|
- params: { repairId },
|
|
|
|
|
|
+ params: { repairId , type: 'h5' },
|
|
});
|
|
});
|
|
/**
|
|
/**
|
|
* 工单流程
|
|
* 工单流程
|
|
@@ -63,7 +63,7 @@ export const repairDetails = (repairId) =>
|
|
export const repairProcess = (repairId) =>
|
|
export const repairProcess = (repairId) =>
|
|
useAxiosApi(`/service/sale/repairInfo/process`, {
|
|
useAxiosApi(`/service/sale/repairInfo/process`, {
|
|
method: 'GET',
|
|
method: 'GET',
|
|
- params: { repairId },
|
|
|
|
|
|
+ params: { repairId, },
|
|
});
|
|
});
|
|
|
|
|
|
/**
|
|
/**
|