From 8273e08949a00ff3d413d89945b93bba852b27a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Thu, 9 Jan 2025 19:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8D=95=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/orderList/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/order/orderList/index.vue b/src/views/order/orderList/index.vue index e17449b..b6d85e0 100644 --- a/src/views/order/orderList/index.vue +++ b/src/views/order/orderList/index.vue @@ -348,7 +348,6 @@ export default { } const res = await this.$API.orders.order.maintenance.review.post(params); if (res.code == 200) { - this.$refs.companyWfDialog.hideVisible(); this.$refs.table.refresh(); } })