|
|
@@ -74,7 +74,7 @@ const componentMap = new Map<string, unknown>([
|
|
|
])
|
|
|
|
|
|
const { router, getQueryStringToNumber } = useNavigation()
|
|
|
-const { getQuoteDayInfo } = useFuturesStore()
|
|
|
+const { getGoodsQuote } = useFuturesStore()
|
|
|
const goodsid = getQueryStringToNumber('goodsid')
|
|
|
const quote = getGoodsQuote(goodsid)
|
|
|
const goodsCode = computed(() => quote.value?.goodscode ?? '')
|