@@ -436,6 +436,10 @@ onMounted(() => {
setTableColumns()
})
+onActivated(() => {
+ // getClassIfyList()
+ getTableData()
+})
const tableFileRef = ref(null)