解决流程分类,表单配置导出错误的问题

This commit is contained in:
BMJ
2022-11-23 00:37:48 +08:00
parent 040c2efb3c
commit 74f5dc3444
4 changed files with 7 additions and 16 deletions

View File

@@ -50,12 +50,3 @@ export function delForm(formId) {
method: 'delete'
})
}
// 导出流程表单
export function exportForm(query) {
return request({
url: '/workflow/form/export',
method: 'get',
params: query
})
}