Commit 937ca322 by s_guodong

修复bug

parent 132cc69e
......@@ -18,6 +18,7 @@ const Step = Steps.Step;
componentWillMount()
{
//提交报文
let user = sessionStorage.getItem("j_username")
let datas = {MSGTYP:this.props.extra.msgtyp.substring(2).toUpperCase(),SNDKEY:this.props.sndkey,MCTSWTID:this.props.extra.mctid}
//取出20,21
let tags = this.props.swift_message_tree.Tags
......@@ -37,7 +38,7 @@ const Step = Steps.Step;
// sndkey:this.props.rcv_bic
// }
// }
`smhinr=${this.props.extra.smhinr?this.props.extra.smhinr:''}&user=${this.props.extra.mctid||"NONE" }&sf2msg=${encodeURIComponent(this.props.swift_message)}`
`smhinr=${this.props.extra.smhinr?this.props.extra.smhinr:''}&user=${user||"NONE" }&sf2msg=${encodeURIComponent(this.props.swift_message)}`
).then(data=>{
if(typeof data=='string')
{
......
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