Browse Source

处理数据重复

wangcz 7 years ago
parent
commit
34eba07e83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/center/vendor/outOfStorage/index.vue

+ 1 - 1
pages/mobile/center/vendor/outOfStorage/index.vue

@@ -109,7 +109,7 @@
         handler: function (val) {
           if (val && val.content) {
             if(this.isChange){
-              this.storageList = val.content
+              this.storageList = []
               this.isChange = false
             }
             this.storageList = [...this.storageList, ...val.content]