更新
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user