Commit 846df487 authored by feifei's avatar feifei

修改字段

parent 48138435
...@@ -436,6 +436,8 @@ ...@@ -436,6 +436,8 @@
cardBankAccount: '', cardBankAccount: '',
cardBankCodeStr: '', cardBankCodeStr: '',
status: '', status: '',
loanNo: '',
orderNo: '',
}], }],
loanVo: [{ loanVo: [{
alrAmt: '', alrAmt: '',
...@@ -535,8 +537,8 @@ ...@@ -535,8 +537,8 @@
}, },
offineTransfer(record) { offineTransfer(record) {
// 取当前用户的信息 // 取当前用户的信息
record.loanNo = this.$route.query.loanNo record.loanNo = this.loanModel.loanNo
record.orderNo = this.$route.query.orderNo record.orderNo = this.loanModel.orderNo
this.ui.offineTransfer = { this.ui.offineTransfer = {
visible: true, visible: true,
orderNo: record.orderNo, orderNo: record.orderNo,
......
{ {
"name": "versiony", "name": "versiony",
"version": "5.6.9" "version": "5.7.0"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment