|
@@ -40,7 +40,8 @@ const businessRoutes: Record<string, string> = {
|
|
|
'failureReport': 'BpmProcessInstanceDetail',
|
|
|
'maintainOut': 'BpmProcessInstanceDetail',
|
|
|
'generateOperation' :'',
|
|
|
- 'generateMaintenance' : ''
|
|
|
+ 'generateMaintenance' : '',
|
|
|
+ 'generateMaintain':''
|
|
|
}
|
|
|
|
|
|
const href = ref('')
|
|
@@ -78,6 +79,7 @@ onMounted(async () => {
|
|
|
}
|
|
|
authUtil.setToken(res)
|
|
|
// PC端路由跳转
|
|
|
+ debugger
|
|
|
if (type === 'generateInspect') {
|
|
|
push({ name:'InspectOrderWrite', params:{id} })
|
|
|
}else if(type === 'failureReport') {
|
|
@@ -88,6 +90,7 @@ onMounted(async () => {
|
|
|
}
|
|
|
})
|
|
|
} else if (type === 'generateMaintain') {
|
|
|
+ debugger
|
|
|
push({ name: 'MaintainEdit', params: {id } })
|
|
|
} else if (type === 'maintainOut') {
|
|
|
push({
|