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

@@ -87,7 +87,10 @@ const validOptions = ref([
{title: '审批流程', description: '', icon: '', status: ''},
// {title: '扩展设置', description: '', icon: '', status: ''}
])
onActivated(()=>{
activeSelect.value = 'processDesign'
init()
})
const errTitle = computed(() => {
if (validResult.finished && !validResult.success) {

View File

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