yxh
2023-08-24 b734890015ea3b6870969e7bc6637a2481ed4bd9
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'
  })
}