feat: 节点表单信息配置

This commit is contained in:
tony
2022-12-19 14:21:47 +08:00
parent 682592fcdf
commit 3a61651a98
10 changed files with 1248 additions and 1303 deletions

View File

@@ -8,6 +8,13 @@ export function listForm(query) {
params: query
})
}
export function listAllForm(query) {
return request({
url: '/flowable/form/formList',
method: 'get',
params: query
})
}
// 查询流程表单详细
export function getForm(formId) {