Commit e9c8d541 by WH

修复缺陷

parent 9dfcaf9b
...@@ -35,8 +35,7 @@ export default { ...@@ -35,8 +35,7 @@ export default {
const res = await Api.post('/service/betdcr/init', { const res = await Api.post('/service/betdcr/init', {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr, bedgrp:{
brdgrp:{
rec:{ rec:{
inr: this.$route.query.inr inr: this.$route.query.inr
} }
......
...@@ -35,8 +35,7 @@ export default { ...@@ -35,8 +35,7 @@ export default {
const res = await Api.post('/service/betsnd/init', { const res = await Api.post('/service/betsnd/init', {
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr, bedgrp:{
brdgrp:{
rec:{ rec:{
inr: this.$route.query.inr inr: this.$route.query.inr
} }
......
...@@ -36,13 +36,11 @@ export default { ...@@ -36,13 +36,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr, bedgrp:{
// brdgrp:{ rec:{
// rec:{ inr: this.$route.query.inr
// inr: this.$route.query.inr }
// // inr: '00000484' },
// }
// },
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -36,13 +36,11 @@ export default { ...@@ -36,13 +36,11 @@ export default {
...params, ...params,
transName: this.trnName, transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
// brdinr: this.$route.query.inr, bedgrp:{
// brdgrp:{ rec:{
// rec:{ inr: this.$route.query.inr
// inr: this.$route.query.inr }
// // inr: '00000484' },
// }
// },
}); });
if (!res.data) { if (!res.data) {
return return
......
...@@ -255,7 +255,7 @@ export default class Letnot { ...@@ -255,7 +255,7 @@ export default class Letnot {
// }, // },
// chaadv: "", // Narrative to .chaadv // chaadv: "", // Narrative to .chaadv
// pageId: "", // ctx的key // pageId: "", // ctx的key
// //
// setmod: new Pub().data.Setmod, // setmod: new Pub().data.Setmod,
// mtabut: new Pub().data.Mtabut, // mtabut: new Pub().data.Mtabut,
// trnmod: new Pub().data.Trnmod, // trnmod: new Pub().data.Trnmod,
...@@ -263,7 +263,7 @@ export default class Letnot { ...@@ -263,7 +263,7 @@ export default class Letnot {
// liaccv: new Pub().data.Liaccv, // liaccv: new Pub().data.Liaccv,
// docpan: new Pub().data.Docpan, // docpan: new Pub().data.Docpan,
// } // }
this.data = { this.data = {
number: '', number: '',
ledgrp: { ledgrp: {
blk: { blk: {
...@@ -383,12 +383,12 @@ export default class Letnot { ...@@ -383,12 +383,12 @@ export default class Letnot {
} }
} }
}, },
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod, trnmod: new Pub().data.Trnmod,
liaall: new Pub().data.Liaall, liaall: new Pub().data.Liaall,
liaccv: new Pub().data.Liaccv, liaccv: new Pub().data.Liaccv,
docpan: new Pub().data.Docpan, docpan: new Pub().data.Docpan,
}; };
} }
} }
\ 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