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