src/api/flowable/typeManagement.js
@@ -9,6 +9,14 @@ }) } export const getTypeTree = (params) => { return request({ url: '/flowable_type/tree_select', method: 'get', params: params }) } export const addType = (data) => { return request({ url: '/flowable_type',