去掉注释

This commit is contained in:
daihh
2023-02-21 14:19:31 +08:00
parent 3f389b7c8a
commit 40709ce6b3

View File

@@ -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;
}); });