@@ -229,14 +229,14 @@ export default {
.then(() => {
batchEscalation({ orderInfoList: this.modification })
.then(response => {
+ that.modification = []
+ that.getList()
if (response.code == 200) {
that.$notify({
title: '成功',
message: '上报成功!',
type: 'success'
})
- that.modification = []
- that.getList()
}
@@ -99,7 +99,7 @@
<div >
<el-form ref="form" auto-complete="on" :model="currectdata" :rules="Rules" label-width="100px">
<el-form-item label="收款人">
- {{currectdata.driverName}}
+ {{currectdata.payeeName}}
</el-form-item>
<el-form-item label="卡号">
{{currectdata.bankCard}}