设备管理
This commit is contained in:
@@ -323,7 +323,7 @@ export default {
|
||||
},
|
||||
|
||||
async getTree() {
|
||||
const { data } = await this.$axios('/base/factory/getTree');
|
||||
const { data } = await this.$axios('/base/core-factory/getTree');
|
||||
this.sidebarContent = data;
|
||||
this.buildTree(data);
|
||||
console.log('tree', this.sidebarContent);
|
||||
|
||||
Reference in New Issue
Block a user