|
|
@@ -25,6 +25,8 @@ const dispatchApi = (axiosInstance: ApiInstance) => ({
|
|
|
getAgreementDispatch: (data: any) => axiosInstance.post(`ptlAgreementDispatch/getAgreementDispatch`,data),
|
|
|
//删除调度规则
|
|
|
deleteAgreementDispatch: (data: any) => axiosInstance.get(`ptlAgreementDispatch/deleteAgreementDispatch?dispatchId=${data}`),
|
|
|
+ //删除调度动作
|
|
|
+ deleteAfterActionById: (id: any) => axiosInstance.delete(`ptlAgreementDispatch/deleteAfterActionById/${id}`),
|
|
|
//修改调度规则
|
|
|
updateAgreementDispatch: (data: any) => axiosInstance.post(`ptlAgreementDispatch/updateAgreementDispatch`,data),
|
|
|
//修改规则名称
|