|
@@ -1003,7 +1003,7 @@ export default {
|
|
this.public_page++;
|
|
this.public_page++;
|
|
this.getPublicList();
|
|
this.getPublicList();
|
|
}
|
|
}
|
|
- }),
|
|
|
|
|
|
+ },300),
|
|
|
|
|
|
/* 切换中英文 */
|
|
/* 切换中英文 */
|
|
changeLangHandle: _.debounce(async function (lang){
|
|
changeLangHandle: _.debounce(async function (lang){
|
|
@@ -1120,6 +1120,9 @@ export default {
|
|
//只看我的
|
|
//只看我的
|
|
onlyMeHandler(){
|
|
onlyMeHandler(){
|
|
this.getTreeData()
|
|
this.getTreeData()
|
|
|
|
+
|
|
|
|
+ this.public_page = 1;
|
|
|
|
+ this.$refs.listRef.scrollTop = 0;
|
|
this.getPublicList();
|
|
this.getPublicList();
|
|
},
|
|
},
|
|
},
|
|
},
|