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({