|
|
|
@ -213,7 +213,7 @@ |
|
|
|
const recordId = ref('') |
|
|
|
const parentId = ref('') |
|
|
|
const stockId = ref('') |
|
|
|
const market = ref('') |
|
|
|
const market = ref('usa') |
|
|
|
const stockTime = ref('2025/10/24') |
|
|
|
|
|
|
|
const loading = ref(true); |
|
|
|
@ -258,6 +258,7 @@ |
|
|
|
if (searchName.value == '') { |
|
|
|
console.log('没有搜索', searchName.value); |
|
|
|
handleDefault() |
|
|
|
getServerData() |
|
|
|
} else { |
|
|
|
if (currentIndex.value == 0) { |
|
|
|
console.log('搜索', searchName.value); |
|
|
|
|