src/components/group/articleListScorll.vue
@@ -34,6 +34,8 @@ queryBlogArticleList } from '../../api/blogArticle.js' export default { components: { box5, @@ -68,6 +70,12 @@ typeId: function(newValue, oldValue) { this.busy = true; this.$message.info('loading', 0.3); //有条件不刷新 if (newValue == undefined && oldValue != "") { return } this.onChange(1); }, },