yxh
2023-11-22 96e692bbc9665d4740be16f75f092ff3005b9aa8
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'
  })
}