稳态报表初始化调用
This commit is contained in:
@@ -137,6 +137,7 @@ onMounted(() => {
|
|||||||
data: data
|
data: data
|
||||||
// tableStore.table.data
|
// tableStore.table.data
|
||||||
})
|
})
|
||||||
|
tableStore.index()
|
||||||
})
|
})
|
||||||
// getTemplateByDept({ id: dictData.state.area[0].id }).then((res: any) => {
|
// getTemplateByDept({ id: dictData.state.area[0].id }).then((res: any) => {
|
||||||
// templatePolicy.value = res.data
|
// templatePolicy.value = res.data
|
||||||
@@ -159,7 +160,7 @@ const exportEvent = () => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.splitpanes.default-theme .splitpanes__pane{
|
.splitpanes.default-theme .splitpanes__pane {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user