Commit 846df487 authored by feifei's avatar feifei

修改字段

parent 48138435
......@@ -436,6 +436,8 @@
cardBankAccount: '',
cardBankCodeStr: '',
status: '',
loanNo: '',
orderNo: '',
}],
loanVo: [{
alrAmt: '',
......@@ -535,8 +537,8 @@
},
offineTransfer(record) {
// 取当前用户的信息
record.loanNo = this.$route.query.loanNo
record.orderNo = this.$route.query.orderNo
record.loanNo = this.loanModel.loanNo
record.orderNo = this.loanModel.orderNo
this.ui.offineTransfer = {
visible: true,
orderNo: record.orderNo,
......
{
"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