unproductticketDetail
This commit is contained in:
parent
7273dbc35a
commit
42ba144223
|
@ -391,7 +391,10 @@
|
|||
|
||||
//不合格玻璃审理单查看
|
||||
handledetailbhg(scope) {
|
||||
this.$router.push({name: "ticketDetail", params: {ticketId: scope.row.ticket}})
|
||||
debugger;
|
||||
console.log(scope.row);
|
||||
debugger;
|
||||
this.$router.push({name: "ticketDetail", params: {ticketId: scope.row.ticket,workflow:scope.row.workflow}})
|
||||
},
|
||||
|
||||
//入场检验不合格
|
||||
|
|
Loading…
Reference in New Issue