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 {