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