Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
swifteditor
Commits
937ca322
Commit
937ca322
authored
Oct 30, 2024
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
132cc69e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
Result.js
src/swift/Result.js
+2
-1
No files found.
src/swift/Result.js
View file @
937ca322
...
...
@@ -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'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment