inleft
2022-08-10 10572998aa54d61c45df3e334eb01e44a15df729
src/components/group/articleListScorll.vue
@@ -70,6 +70,12 @@
         typeId: function(newValue, oldValue) {
            this.busy = true;
            this.$message.info('loading', 0.3);
            //有条件不刷新
            if (newValue == undefined && oldValue != "") {
               return
            }
            this.onChange(1);
         },
      },