修改报表接口

This commit is contained in:
GGJ
2024-10-12 13:43:38 +08:00
parent 328837eb31
commit 2eec490f04
2 changed files with 4 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ const tableStore = new TableStore({
}
})
provide('tableStore', tableStore)
tableStore.table.params.resourceType = 1
const flag = ref(true)
onMounted(() => {
const dom = document.getElementById('navigation-splitpanes')