Commit c81c3e13 by zhangzhen

细节优化

parent 6339196c
...@@ -301,8 +301,6 @@ ...@@ -301,8 +301,6 @@
this.onLoading(); this.onLoading();
}, },
onShow() { onShow() {
console.log(this.$route.query,"this.$route")
console.log(this.folderList,"2222")
if(this.$route.query && this.folderList.length && Number(this.$route.query.level) != this.folderList.length){ if(this.$route.query && this.folderList.length && Number(this.$route.query.level) != this.folderList.length){
this.folderList = []; this.folderList = [];
let level = Number(this.$route.query.level); let level = Number(this.$route.query.level);
......
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