fix : 修复新增流程数据重置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user