|
|
@@ -30,7 +30,7 @@ import { expandIcon } from '@/common/setup/table/clolumn';
|
|
|
import { handleComposeOrderTable } from '@/common/setup/table/compose';
|
|
|
import { ComposeOrderTableParam } from '@/common/setup/table/interface';
|
|
|
import { getSelectedAccountId } from '@/services/bus/account';
|
|
|
-import { queryAmountLog } from '@/services/go/TaAccount';
|
|
|
+import { QueryHisAmountLog } from '@/services/go/TaAccount';
|
|
|
import { QueryAmountLogReq } from '@/services/go/TaAccount/interface';
|
|
|
import { WrPerformancePlan } from '@/services/go/wrtrade/interface';
|
|
|
import Bus from '@/utils/eventBus/index';
|
|
|
@@ -49,7 +49,7 @@ export default defineComponent({
|
|
|
accountID: getSelectedAccountId().toString(),
|
|
|
};
|
|
|
|
|
|
- queryTable(queryAmountLog, param);
|
|
|
+ queryTable(QueryHisAmountLog, param);
|
|
|
};
|
|
|
// 表格通用逻辑
|
|
|
const param: ComposeOrderTableParam = {
|