仪表盘
版本库
文件存储
活动
搜索
登录
老应
/
smartor-web
智慧服务web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
11
heimawl
2023-08-07
66223fb36c73a4060b80f96b1d1596726a230f9c
[~yxh/smartor-web.git]
/
src
/
api
/
smartorpor
/
workflow
/
workflow.js
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
export function ActionList(entity) {
return request({
url: '/proc/smartor/workflow/'+entity+'/actionllist/list',
method: 'post'
})
}