xiangpei
2025-02-25 c17dba9251df86e0fe23afe87ef540c493fae219
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',