fix : 修复新增流程数据重置

This commit is contained in:
2024-06-01 19:25:04 +08:00
parent bc27a83848
commit 4a0b3db4e4
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ const processData = computed(() => {
return processStore.getDesign()
})
const validate = () => {
return []
}