1、新增结算模块
2、调整业务模块 3、调整客商模块
This commit is contained in:
@@ -70,6 +70,13 @@ export const startChange = (id, reason) =>
|
||||
},
|
||||
});
|
||||
|
||||
export const submitChange = data =>
|
||||
request({
|
||||
url: `${baseUrl}/submit-change`,
|
||||
method: 'post',
|
||||
data,
|
||||
});
|
||||
|
||||
export const terminate = (id, reason) =>
|
||||
request({
|
||||
url: `${baseUrl}/terminate`,
|
||||
|
||||
Reference in New Issue
Block a user