|
|
@@ -15,7 +15,7 @@ export function subcriteGoodsQuote(goodsCodes: string[], itemTableHeight = 31, s
|
|
|
const uuid = v4();
|
|
|
|
|
|
nextTick(() => {
|
|
|
- listenSrcoll(document.querySelector(selector)!)
|
|
|
+ //listenSrcoll(document.querySelector(selector)!)
|
|
|
});
|
|
|
|
|
|
// 第一次自动订阅当前可视区域的数据
|
|
|
@@ -77,7 +77,7 @@ export function subcriteGoodsQuote(goodsCodes: string[], itemTableHeight = 31, s
|
|
|
function subscribeAction(start: number, end: number) {
|
|
|
removeSubscribeQuotation(uuid);
|
|
|
const result: Array<{ exchangeCode: 250, goodsCode: string, subState: 0 }> = []
|
|
|
- for (let i = start; i < end; i++) {
|
|
|
+ for (let i = 0; i < goodsCodes.length; i++) {
|
|
|
const code = goodsCodes[i]
|
|
|
result.push({
|
|
|
exchangeCode: 250,
|