ソースを参照

修改 挂牌 可用资金错误的bug

huangbin 3 年 前
コミット
9c079ff100
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/common/setup/account/index.ts

+ 2 - 1
src/common/setup/account/index.ts

@@ -17,7 +17,7 @@ export function useTaAccount<T extends { accountid: undefined | number }>(formSt
     function getSelectedAccount() {
         return accountList.find((e) => e.accountid === formState.accountid);
     }
-    const { canUseMoney: canUseMoney_, getHoldsList } = useHazardRates();
+    const { canUseMoney: canUseMoney_, getHoldsList, getSwapList } = useHazardRates();
     // 表格列表数据
     const { loading, tableList, queryTable } = queryTableList<Taaccount>();
     // 获取列表数据
@@ -28,6 +28,7 @@ export function useTaAccount<T extends { accountid: undefined | number }>(formSt
         queryTable(getTaAccounts, param);
         // 获取头寸
         getHoldsList(loading)
+        getSwapList()
     };
     queryTableAction()
     // 可用资金