From 42ba14422302aa63c0f2f66b018cf7442265c722 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 5 May 2022 11:28:06 +0800 Subject: [PATCH] unproductticketDetail --- hb_client/src/views/qm/unproduct.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hb_client/src/views/qm/unproduct.vue b/hb_client/src/views/qm/unproduct.vue index fbb3e36..ca5d534 100644 --- a/hb_client/src/views/qm/unproduct.vue +++ b/hb_client/src/views/qm/unproduct.vue @@ -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}}) }, //入场检验不合格