|
|
@@ -142,9 +142,7 @@ export default defineComponent({
|
|
|
btnList, // 表格按钮
|
|
|
} = handleComposeOrderTable<QueryTradeHolderDetailRsp>(param)
|
|
|
|
|
|
- const stopNotify = Bus.$on(['posChangedNtf', 'spotTrade'], () => {
|
|
|
- queryTableAction()
|
|
|
- });
|
|
|
+ const stopNotify = Bus.$on('posChangedNtf', () => queryTableAction());
|
|
|
|
|
|
onBeforeUnmount(() => {
|
|
|
stopNotify();
|