fix: 增加流程图前端代码

This commit is contained in:
yunlong.li
2021-11-18 12:06:24 +08:00
parent 00f59fdc75
commit 3f90e79d8a
30 changed files with 7241 additions and 4 deletions

View File

@ -0,0 +1,10 @@
import request from '@/utils/request'
export function page(query) {
return request({
url: '/workflow/models/page',
method: 'get',
params: query
})
}