修改冀北现场问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user