yxh
2023-11-27 0b551aa67d28b5e7c04f6c769e495b004f8460f9
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'
  })
}