From c87d3dfb5d0a12820edec5104442ebdecad1b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 29 Sep 2025 11:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E9=A1=B5=E9=9D=A2,=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=B9=8B=E5=90=8E=E9=87=8D=E6=96=B0=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E6=95=B0=E6=8D=AE,=E4=BD=BF=E7=A6=81=E7=94=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AE=9E=E6=97=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/workOrderDashboard/addRoutingInspection/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/workOrderDashboard/addRoutingInspection/index.vue b/packages/workOrderDashboard/addRoutingInspection/index.vue index 5120fa8a..97da3d58 100644 --- a/packages/workOrderDashboard/addRoutingInspection/index.vue +++ b/packages/workOrderDashboard/addRoutingInspection/index.vue @@ -197,6 +197,8 @@ export default { title: '提交成功', icon: 'success' }) + // 提交成功后,重置表单 + this.getInfo(this.taskId); } catch (error) { uni.hideLoading(); console.error('提交失败', error)