Commit e848c9e0 authored by zhangyichen's avatar zhangyichen

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

parent f36464f5
......@@ -12,7 +12,7 @@
:collapse-transition="false"
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-scrollbar>
</div>
......
......@@ -242,6 +242,9 @@ export default {
resetQuery() {
this.queryParams.lineNo = ''
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