This commit is contained in:
2025-03-09 20:15:50 +08:00
parent 6cfa7d7528
commit dfb195255b
9 changed files with 74 additions and 39 deletions

View File

@@ -2,6 +2,7 @@
<div class="home">
<div>
<el-container style="height: 100vh;">
<el-main>
<el-row :gutter="20">
<!-- 右侧展示区域 -->
@@ -32,6 +33,7 @@ import Inventory from "../components/Inventory/index.vue";
import Announcements from "../components/Announcements/index.vue";
import ProjectManagement from "../components/ProjectManagement/index.vue";
import FinancialCharts from "../components/FinancialCharts/index.vue";
import {importUser} from "@/api/oa/salary";
export default {
name: "Index",
@@ -62,6 +64,7 @@ export default {
this.getListNotice();
},
methods: {
getList() {
getCache().then((response) => {
this.cache = response.data;