diff --git a/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue b/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue index 90c4117d89..08f3143fec 100644 --- a/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue +++ b/anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue @@ -461,7 +461,7 @@ export default { if (this.multipleSelection.length === 1) { if (this.multipleSelection[0].updateBtn) { this.viewState = 3 - this.$refs['divAdd'].showEdit(this.multipleSelection) + this.$refs['divAdd'].showEdit({ sid: this.sids[0] }) } else { this.$message({ showClose: true, type: 'error', message: '该记录已报备且仍在有效期内,无法再次编辑' }) }