xiangpei
2025-02-07 10feac04d0b5e132fe66f29b095c4af8e5d48be5
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',