修改xispeak前端代码

This commit is contained in:
wsm
2026-05-07 11:16:40 +08:00
parent a8cab9edbd
commit 8039b4f5da
7 changed files with 986 additions and 47 deletions
+10
View File
@@ -152,3 +152,13 @@ export const bgXiSpeakFeedbackImportUrl = '/bg/xispeak/bgXiSpeak/importBgXiSpeak
* 子表导出
*/
export const bgXiSpeakFeedbackExportXlsUrl = '/bg/xispeak/bgXiSpeak/exportBgXiSpeakFeedback';
// ====================== BPM表单相关API ======================
export const saveBpmForm = (params) => {
return defHttp.post({ url: '/bg/xispeak/bgXiSpeak/saveBpmForm', params }, { isTransformResponse: false });
};
export const setProcessVariable = (params) => {
return defHttp.post({ url: '/act/process/setProcessVariable', params }, { isTransformResponse: false });
};