unproductticketDetail

This commit is contained in:
shijing 2022-05-05 13:35:32 +08:00
parent 42ba144223
commit e40977274d
1 changed files with 0 additions and 3 deletions

View File

@ -391,9 +391,6 @@
//不合格玻璃审理单查看 //不合格玻璃审理单查看
handledetailbhg(scope) { handledetailbhg(scope) {
debugger;
console.log(scope.row);
debugger;
this.$router.push({name: "ticketDetail", params: {ticketId: scope.row.ticket,workflow:scope.row.workflow}}) this.$router.push({name: "ticketDetail", params: {ticketId: scope.row.ticket,workflow:scope.row.workflow}})
}, },