11
heimawl
2023-08-07 f719b59be68518d10836fc6ba492b21174c11dd0
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'
  })
}