fix : 修复首页查看跳转

This commit is contained in:
2024-05-27 23:10:34 +08:00
parent e3222e906d
commit 554c7d2be7
2 changed files with 4 additions and 30 deletions

View File

@@ -50,6 +50,7 @@ const summaryProcessViewer = ref(true)
const processStore = useProcessStore()
const companyOption = ref([])
const cuurentStep = ref()
route.query.step == '10' && (cuurentStep.value = 1)
route.query.step == '20' && (cuurentStep.value = 2)
route.query.step == '40' && (cuurentStep.value = 3)
route.query.step == '50' && (cuurentStep.value = 4)