|
@@ -354,8 +354,7 @@
|
|
|
}
|
|
}
|
|
|
this.accountList = [...this.accountList, ...val.content]
|
|
this.accountList = [...this.accountList, ...val.content]
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- immediate: true
|
|
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
'vendorRecord': {
|
|
'vendorRecord': {
|
|
|
handler: function (val) {
|
|
handler: function (val) {
|
|
@@ -368,8 +367,7 @@
|
|
|
// this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
|
|
// this.totalRecordPrice = this.baseUtils.priceFixed(this.totalRecordPrice + this.recordData.data.data.total)
|
|
|
this.recordList = [...this.recordList, ...val.content]
|
|
this.recordList = [...this.recordList, ...val.content]
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- immediate: true
|
|
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
filters: {
|
|
filters: {
|