unproductticketDetail

This commit is contained in:
shijing 2022-05-05 11:28:06 +08:00
parent 7273dbc35a
commit 42ba144223
1 changed files with 4 additions and 1 deletions

View File

@ -391,7 +391,10 @@
//不合格玻璃审理单查看 //不合格玻璃审理单查看
handledetailbhg(scope) { 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}})
}, },
//入场检验不合格 //入场检验不合格