|
@@ -95,11 +95,16 @@ onMounted(async () => {
|
|
|
id: id
|
|
|
}
|
|
|
})
|
|
|
- }else if(type === 'generateOperation'){
|
|
|
+ } else if(type === 'generateOperation'){
|
|
|
push({
|
|
|
name: 'FillOrderInfo',
|
|
|
params: { deptId,userId,createTime,id,orderStatus }
|
|
|
})
|
|
|
+ } else if (type === 'generateMaintenance') {
|
|
|
+ push({
|
|
|
+ name: 'IotMainWorkOrderBom',
|
|
|
+ params: { id }
|
|
|
+ })
|
|
|
}
|
|
|
} else {
|
|
|
// 默认跳转
|