fix : 修复项目立项/验收前置流程展示及系统部分页面分页bug
This commit is contained in:
@@ -77,7 +77,7 @@ const timer = ref(null)
|
||||
const validComponents = ref(['processSetting', 'processDesign'])
|
||||
// const activeSelect = ref('formDesign')
|
||||
// const activeSelect = ref('processSetting')
|
||||
const activeSelect = ref('processDesign')
|
||||
const activeSelect = ref('processSetting')
|
||||
const validVisible = ref(false)
|
||||
const validStep = ref(0)
|
||||
const validResult = ref({})
|
||||
@@ -88,7 +88,7 @@ const validOptions = ref([
|
||||
// {title: '扩展设置', description: '', icon: '', status: ''}
|
||||
])
|
||||
onActivated(()=>{
|
||||
activeSelect.value = 'processDesign'
|
||||
activeSelect.value = 'processSetting'
|
||||
init()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user