能正确显示反馈信息,并且能够显示树形表单,不过树形表单没有缩进,需继续修改

This commit is contained in:
wsm
2026-05-13 14:44:16 +08:00
parent 5b4fae7c43
commit c4410d305e
5 changed files with 648 additions and 87 deletions
+4
View File
@@ -162,3 +162,7 @@ export const saveBpmForm = (params) => {
export const setProcessVariable = (params) => {
return defHttp.post({ url: '/act/process/setProcessVariable', params }, { isTransformResponse: false });
};
export const updateLaunchType = (params) => {
return defHttp.post({ url: '/bg/xispeak/bgXiSpeak/edit', params }, { isTransformResponse: false });
};