From 448c4e8bb4b6130c771d2e6bc2d39cc1d975cbed Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 15 Apr 2026 15:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E4=BB=BB=E5=8A=A1=E5=A4=84?= =?UTF-8?q?=E7=90=86=E5=92=8C=E8=BF=94=E5=B7=A5=E8=AE=A2=E5=8D=95=E3=80=81?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reworkOrder/components/reworkDetails.vue | 1 + src/views/productionManagement/reworkOrder/index.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/productionManagement/reworkOrder/components/reworkDetails.vue b/src/views/productionManagement/reworkOrder/components/reworkDetails.vue index ef36232..18b9449 100644 --- a/src/views/productionManagement/reworkOrder/components/reworkDetails.vue +++ b/src/views/productionManagement/reworkOrder/components/reworkDetails.vue @@ -224,6 +224,7 @@ export default { }, mounted() { this.openShow = this.showDialog; + this.init() }, methods: { init() { diff --git a/src/views/productionManagement/reworkOrder/index.vue b/src/views/productionManagement/reworkOrder/index.vue index c6a232f..fac820e 100644 --- a/src/views/productionManagement/reworkOrder/index.vue +++ b/src/views/productionManagement/reworkOrder/index.vue @@ -345,7 +345,6 @@ export default { this.data = res.data.data.records; this.loading = false; this.page.total = res.data.data.total; - this.selectionClear(); }).catch(() => { this.loading = false; });