This commit is contained in:
2026-01-27 17:28:36 +08:00
parent 9e09db7f49
commit 105d13e8cb
3 changed files with 5 additions and 5 deletions

View File

@ -163,9 +163,9 @@ const jsonData = ref('')
const currRow = ref({})
onMounted(() => {
// jsonData.value = require('@/components/Consultation/components/zh_CN.json');
// getList();
// tabHeightFn();
jsonData.value = require('@/components/Consultation/components/zh_CN.json');
getList();
tabHeightFn();
});
const updateItem = (item) => {