Commit 7fa2d3fb by fukai

修改传参

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