Commit 7fa2d3fb by fukai

修改传参

parent abd2310d
......@@ -29,7 +29,7 @@ const Step = Steps.Step;
datas.F21=tags[1].tagValue[1]
let tempStr = JSON.stringify(window.templateObject)
let argdata = {
smhinr:this.props.extra.smhinr||'',
mpsinr:this.props.extra.smhinr||'',
user:this.props.extra.mctid||"NONE",
sf2msg:this.props.swift_message,
msgtre:tempStr,
......
......@@ -264,6 +264,7 @@ export class SWFPage extends Component
tree = JSON.parse(tree)
tree = JSON.parse(tree.sf2temp).swift_message_tree
}
this.props.extra.smhinr=tempinr
this.props.actions.initSwiftMessageTree(tree);
}).catch(err=>{
console.log(err)
......
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