集成删除相关流程按钮

This commit is contained in:
wsm
2026-05-15 16:40:02 +08:00
parent 9f22780858
commit 350e2120ee
2 changed files with 27 additions and 233 deletions
+4
View File
@@ -166,3 +166,7 @@ export const setProcessVariable = (params) => {
export const updateLaunchType = (params) => {
return defHttp.post({ url: '/bg/xispeak/bgXiSpeak/edit', params }, { isTransformResponse: false });
};
export const withDrawXiSpeak = (params) => {
return defHttp.post({ url: '/bg/xispeak/bgXiSpeak/withDrawXiSpeak', params }, { joinParamsToUrl: true, isTransformResponse: false });
};