Commit e848c9e0 authored by zhangyichen's avatar zhangyichen

解决框架报错 监控看板页面完成

parent f36464f5
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
:collapse-transition="false" :collapse-transition="false"
mode="vertical" mode="vertical"
> >
<sidebar-item v-for="route in permission_routes" :key="route.path" :item="route" :base-path="route.path" /> <sidebar-item v-for="(route, index) in permission_routes" :key="index" :item="route" :base-path="route.path" />
</el-menu> </el-menu>
</el-scrollbar> </el-scrollbar>
</div> </div>
......
...@@ -242,6 +242,9 @@ export default { ...@@ -242,6 +242,9 @@ export default {
resetQuery() { resetQuery() {
this.queryParams.lineNo = '' this.queryParams.lineNo = ''
this.getStaTable() this.getStaTable()
},
// 获取表数据
getStaTable() {
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment