修改冀北现场问题

This commit is contained in:
guanj
2025-12-29 19:44:17 +08:00
parent 83e57c92b4
commit 26ff8087c6
24 changed files with 3332 additions and 2741 deletions

View File

@@ -105,6 +105,7 @@ const loading = ref(false)
provide('tableStore', tableStore)
onMounted(() => {
TableHeaderRef.value.setTheDate(4)
const dom = document.getElementById('navigation-splitpanes')
if (dom) {
size.value = Math.round((180 / dom.offsetHeight) * 120)
@@ -116,7 +117,7 @@ getTemplateByDept({ id: dictData.state.area[0].id })
Template.value = res.data[0]
reportForm.value = res.data[0]?.reportForm
showTree.value = true
tableStore.index()
TableHeaderRef.value.onComSearch()
})
.catch((err: any) => {
showTree.value = true