Browse Source

完善金融产品政策管理

master
yunuo970428 3 months ago
parent
commit
e397e61252
  1. 2
      anrui-riskcenter-ui/src/views/financialpolicymanagement/financialpolicymanagement.vue

2
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: '该记录已报备且仍在有效期内,无法再次编辑' })
}

Loading…
Cancel
Save