mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
去掉注释
This commit is contained in:
@@ -764,10 +764,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
// this.resourceData = JSON.parse(localStorage.getItem('typeList'))
|
|
||||||
// if(this.resOwnerListMap.length == 0) {
|
|
||||||
// this.$store.dispatch("getList");
|
|
||||||
// }
|
|
||||||
this.getResOwnerTree().then(rs=>{
|
this.getResOwnerTree().then(rs=>{
|
||||||
this.resOwnerListMap=rs;
|
this.resOwnerListMap=rs;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user