xiangpei
2025-03-17 5a98e5f9ce50bb5de56a54cae14e5ea49fbe2c07
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',