@@ -485,6 +485,8 @@ export default {
this.auditFormVisible = false
this.refreshAuditList()
+ // 新增、保存成功后刷新理赔列表数据
+ this.onLoad(this.page, this.query)
} catch (error) {
console.error('保存审核记录失败:', error)
this.$message.error('保存审核记录失败')