From d6d382e281810b406c029b52504f8c2842175869 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 23 Jul 2026 14:19:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=B9=E6=A1=86=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=AE=8B=E7=95=99=E4=B8=8A=E6=AC=A1=E5=86=85=E5=AE=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=B8=80=E6=89=B9:route=5Fform=20open=E6=97=B6?= =?UTF-8?q?=E4=B8=BB=E5=8A=A8resetForm=E4=B8=8D=E5=86=8D=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=88=B6=E7=BA=A7v-if=E9=94=80=E6=AF=81(=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=9C=9F=E9=97=B4=E9=87=8D=E5=BC=80=E5=A4=8D?= =?UTF-8?q?=E7=94=A8=E5=AE=9E=E4=BE=8B=E8=87=B4=E6=AE=8B=E7=95=99);riskpoi?= =?UTF-8?q?nt=E6=96=B0=E5=A2=9E=E6=9C=AA=E9=87=8D=E7=BD=AEsaveForm?= =?UTF-8?q?=E4=B8=94RiskForm=E5=B8=B8=E9=A9=BB=E6=8C=82=E8=BD=BD=E8=A1=A5d?= =?UTF-8?q?estroy-on-close;algo=E9=A1=B5=E5=BC=B9=E6=A1=86v-model=E6=94=B9?= =?UTF-8?q?v-if=E4=B8=8Ealgo2=E5=AF=B9=E9=BD=90;mroom/plat=5Frecord?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=AA=E9=87=8D=E7=BD=AE=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- src/views/dpm/riskpoint.vue | 3 ++- src/views/ecm/algo.vue | 4 ++-- src/views/mtm/route_form.vue | 28 ++++++++++++++++++++++++++++ src/views/ofm/mroom.vue | 14 ++++++++------ src/views/srm/plat_record.vue | 1 + 5 files changed, 41 insertions(+), 9 deletions(-) diff --git a/src/views/dpm/riskpoint.vue b/src/views/dpm/riskpoint.vue index 593173c5..22340a6c 100644 --- a/src/views/dpm/riskpoint.vue +++ b/src/views/dpm/riskpoint.vue @@ -356,7 +356,7 @@ - + @@ -444,6 +444,7 @@ export default { this.$refs.table.queryData(this.query); }, table_add() { + this.saveForm = Object.assign({}, defaultForm); this.saveDialog = true; }, table_edit(row) { diff --git a/src/views/ecm/algo.vue b/src/views/ecm/algo.vue index 7421ce93..d89c5a52 100644 --- a/src/views/ecm/algo.vue +++ b/src/views/ecm/algo.vue @@ -128,13 +128,13 @@ { if(that.count){ that.form.sort = that.count+1; } + that.$refs.dialogForm && that.$refs.dialogForm.clearValidate(); }) return this; }, diff --git a/src/views/ofm/mroom.vue b/src/views/ofm/mroom.vue index 471f4b59..f259b715 100644 --- a/src/views/ofm/mroom.vue +++ b/src/views/ofm/mroom.vue @@ -99,6 +99,11 @@