ui/admin-ui3/src/components/ClaimBillDialog/index.vue
@@ -400,8 +400,13 @@ return delFundFlowClaimDetail(row.id); }).then((res) => { if (res.code == 200) { proxy.$modal.msgSuccess("删除成功"); getFundFlow(detail.value.id).then((res) => { if (res.code == 200) { detail.value = res.data; getList(); // 使用统一的 getList 方法 proxy.$modal.msgSuccess("删除成功"); } }); }