@@ -270,6 +270,7 @@
if (this.isChange) {
this.recordList = []
this.isChange = false
+ this.totalRecordPrice = 0
}
this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
this.recordList = [...this.recordList, ...val.content]