From 5003322b47d9f64efe5b5ad9b735ba4a229b4a46 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 20 Jan 2025 17:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=91=E8=9E=8D=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E6=94=BF=E7=AD=96=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financialpolicymanagement/financialpolicymanagement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue b/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue index 5d0db76d11..90c4117d89 100644 --- a/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue +++ b/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue @@ -459,7 +459,7 @@ export default { }, toEdit() { if (this.multipleSelection.length === 1) { - if (!this.multipleSelection[0].updateBtn) { + if (this.multipleSelection[0].updateBtn) { this.viewState = 3 this.$refs['divAdd'].showEdit(this.multipleSelection) } else {