瀏覽代碼

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