Fix filters configuration and load panel in Table_2.vue, and import fetchData in Table_36.vue

This commit is contained in:
probdg
2024-02-09 18:11:50 +07:00
parent 4a4a6d085f
commit c61aeb695a
4 changed files with 373 additions and 311 deletions

View File

@@ -272,7 +272,6 @@ watch(detected, () => {
})
onMounted(() => {
const filters = useFiltersStore()
filters.setConfig({
type: 'type-6',
})