备份
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user