소스 검색

fix: 作废批次后自动刷新额度管理列表

alphah 2 주 전
부모
커밋
2bd32a12f4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/views/module_payment/institution/components/QuotaList.vue

+ 1 - 0
frontend/src/views/module_payment/institution/components/QuotaList.vue

@@ -276,6 +276,7 @@ function handleCancelBatch(row: any) {
       });
       ElMessage.success("作废成功");
       loadBatchList();
+      fetchList();
     } catch (e) {
       console.error("作废失败", e);
     }