Commit 4a5d1278 authored by 赵啸非's avatar 赵啸非

添加设备上线和下线的业务日志记录

parent 081f9c8b
......@@ -43,7 +43,8 @@ export default {
mixins: [table, tree],
created() {
this.$get("/sitestat/siteTree", {}).then(({ data }) => {
this.areaData = data.siteTree;
// this.areaData = data.siteTree;
this.areaData = data.data;
});
},
methods: {
......
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