Commit 5acb0486 by WH

修复缺陷

parent 3143553b
...@@ -32,11 +32,11 @@ export default { ...@@ -32,11 +32,11 @@ export default {
params.spt = null params.spt = null
params.trnmod.trn = null params.trnmod.trn = null
} }
const res = await Api.post('/service/betdcr/init', { const res = await Api.post('/service/betrcl/init', {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr, // brdinr: this.$route.query.inr,
brdgrp:{ bedgrp:{
rec:{ rec:{
inr: this.$route.query.inr inr: this.$route.query.inr
} }
......
...@@ -37,6 +37,7 @@ export default class Betrcl { ...@@ -37,6 +37,7 @@ export default class Betrcl {
}, },
bedgrp: { bedgrp: {
rec: { rec: {
inr:'',
predat: '', predat: '',
rcvdat: '', rcvdat: '',
doctypcod: '', doctypcod: '',
......
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