diff --git a/src/views/modules/communityParty/members/cpts/record.vue b/src/views/modules/communityParty/members/cpts/record.vue index 9e3d0d80..bfc176bd 100644 --- a/src/views/modules/communityParty/members/cpts/record.vue +++ b/src/views/modules/communityParty/members/cpts/record.vue @@ -161,7 +161,7 @@ export default { row.isEdit = false row.timeRange = [] if (this.btnType == 'add') this.tableData.pop() - + this.getList() console.log('row----', row) } else { this.tempRow = { ...row }