瀏覽代碼

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);
     }