首页
This commit is contained in:
@@ -332,10 +332,14 @@ export default {
|
||||
console.log(val)
|
||||
switch (val.type) {
|
||||
case 'orderDetail':
|
||||
|
||||
this.$router.push({
|
||||
path: '/base/coreWorkOrder/detail?orderId='+val.data.orderid
|
||||
})
|
||||
break
|
||||
case 'qualityDetail':
|
||||
|
||||
this.$router.push({
|
||||
path: '/quality/base/quality-inspection-data/detection-information/statistical-data?woIdString='+val.data.woIdString,
|
||||
})
|
||||
break
|
||||
default:
|
||||
this.$router.push({
|
||||
|
||||
Reference in New Issue
Block a user