From e40977274dd548290594924d7f763fd99fe92d55 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 5 May 2022 13:35:32 +0800 Subject: [PATCH] unproductticketDetail --- hb_client/src/views/qm/unproduct.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/hb_client/src/views/qm/unproduct.vue b/hb_client/src/views/qm/unproduct.vue index ca5d534..f0736f7 100644 --- a/hb_client/src/views/qm/unproduct.vue +++ b/hb_client/src/views/qm/unproduct.vue @@ -391,9 +391,6 @@ //不合格玻璃审理单查看 handledetailbhg(scope) { - debugger; - console.log(scope.row); - debugger; this.$router.push({name: "ticketDetail", params: {ticketId: scope.row.ticket,workflow:scope.row.workflow}}) },