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) {
|
||||
|
||||
@@ -28,7 +28,6 @@ const processData = computed(() => {
|
||||
return processStore.getDesign()
|
||||
})
|
||||
|
||||
|
||||
const validate = () => {
|
||||
return []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user