zxl
2025-03-02 16f122cfcec09e65e4790ecee46bae1f1b7b8fff
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',