فهرست منبع

fix(claim): 保存审核记录后刷新理赔列表数据

yz 3 روز پیش
والد
کامیت
8609d31cd8
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/claim/claimMixin.js

+ 2 - 0
src/views/claim/claimMixin.js

@@ -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('保存审核记录失败')