From fcfa50cf224f515baffb647d75f53797575be8df Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期三, 18 六月 2025 11:00:01 +0800 Subject: [PATCH] pda报工单元测试 --- pages/product/WorkshopOrderCancellationIssued/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pages/product/WorkshopOrderCancellationIssued/index.vue b/pages/product/WorkshopOrderCancellationIssued/index.vue index 8181993..eb46de3 100644 --- a/pages/product/WorkshopOrderCancellationIssued/index.vue +++ b/pages/product/WorkshopOrderCancellationIssued/index.vue @@ -124,6 +124,7 @@ }, data() { return { + showModal:false, background: { backgroundImage: `url(${content_bg})`, backgroundAttachment: "fixed", @@ -174,6 +175,7 @@ //鎵爜鎴愬姛鍚庣殑鍥炶皟锛屼綘鍙互鍐欒嚜宸辩殑閫昏緫浠g爜鍦ㄨ繖閲� console.log("鎵爜缁撴灉锛�", data.code); that.scanHandle(data.code); + this.showModal = true; that.$forceUpdate(); }); }, @@ -203,6 +205,7 @@ url: "/pages/product/report/orderList", }); }, + }, }; </script> -- Gitblit v1.9.3