zhanghua
2024-11-26 3d15c6a1288bcedddf684b6f5771f3a36cc6faea
流程类型tree接口
2个文件已修改
10 ■■■■■ 已修改文件
src/api/flowable/typeManagement.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/typemanagement/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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',
src/views/flowable/typemanagement/index.vue
@@ -178,7 +178,7 @@
  getTypeList,
  addType,
  updateType,
  delType,
  delType
} from "@/api/flowable/typeManagement";
export default {