bpm:增加流程表单的保存窗口

This commit is contained in:
YunaiV
2023-01-19 23:30:02 +08:00
parent c9d1100eac
commit a3f57a4424
3 changed files with 92 additions and 6 deletions

View File

@@ -91,13 +91,8 @@ const [registerTable, { deleteData }] = useXTable({
// 新增操作
const handleCreate = () => {
console.log('新增')
if (true) {
message.success('动态表单开发中,预计 2 月底完成')
return
}
router.push({
path: '/manager/form/edit'
name: 'bpmFormEditor'
})
}