zxl
2025-03-21 534394e00cfcc6b4f3dc3073add3ccd9fa937eee
src/api/flowable/definition.js
@@ -95,7 +95,7 @@
  })
}
// 读取xml文件
// 保存xml文件
export function saveXml(data) {
  return request({
    url: '/flowable/definition/save',
@@ -104,6 +104,15 @@
  })
}
// 更新xml文件
export function updateXml(data) {
  return request({
    url: '/flowable/definition/update',
    method: 'post',
    data: data
  })
}
// 新增流程定义
export function addDeployment(data) {
  return request({