@@ -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]