稳态报表初始化调用

This commit is contained in:
zhujiyan
2024-08-02 14:29:42 +08:00
parent 8bfe47c8d7
commit 3b082cbf1a

View File

@@ -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;
} }