Commit 46377948 by liaoxing

公共注册报文面函接口修改

parent c9f1ae25
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
brdgrp:{ brdgrp:{
rec:{ rec:{
inr: '00000030' inr: this.$route.query.inr
} }
}, },
}); });
......
...@@ -578,7 +578,7 @@ export default { ...@@ -578,7 +578,7 @@ export default {
trnmodVo: this.model.trnmod, trnmodVo: this.model.trnmod,
addbcb: this.model.addbcb, addbcb: this.model.addbcb,
cnybop: this.model.cnybop, cnybop: this.model.cnybop,
doceot: this.model.doceot, doceot: this.model.docpan.doceot,
}; };
rtnmsg = await Api.post( rtnmsg = await Api.post(
`${this.requestPrefix}/executeDocpan`, `${this.requestPrefix}/executeDocpan`,
......
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