调整基础数据、车船务、项目、合同
This commit is contained in:
@@ -59,14 +59,14 @@ export const withdraw = id =>
|
||||
params: { id },
|
||||
});
|
||||
|
||||
export const startChange = (id, reason) =>
|
||||
export const startChange = (id, changeContent, changeReason = changeContent) =>
|
||||
request({
|
||||
url: `${baseUrl}/start-change`,
|
||||
method: 'post',
|
||||
params: {
|
||||
id,
|
||||
changeContent: reason,
|
||||
changeReason: reason,
|
||||
changeContent: changeContent || '',
|
||||
changeReason,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user