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
b57f6426
Commit
b57f6426
authored
2 years ago
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将模板id(如有)传入到模板结构中
parent
4602b0b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
SWFPage2.js
src/swift/SWFPage2.js
+3
-0
No files found.
src/swift/SWFPage2.js
View file @
b57f6426
...
@@ -171,7 +171,10 @@ export class SWFPage extends Component
...
@@ -171,7 +171,10 @@ export class SWFPage extends Component
//在Next报文的时候发送报文到阿尔山
//在Next报文的时候发送报文到阿尔山
let
tempJsn
=
this
.
saveTemp
()
let
tempJsn
=
this
.
saveTemp
()
const
mty
=
this
.
props
.
params
.
mty
||
this
.
props
.
extra
.
msgtyp
const
mty
=
this
.
props
.
params
.
mty
||
this
.
props
.
extra
.
msgtyp
let
tempinr
=
this
.
props
.
params
.
key
let
json
=
{
sf2temp
:
tempJsn
,
mty
,
user
:
this
.
props
.
mctid
||
'NONE'
}
let
json
=
{
sf2temp
:
tempJsn
,
mty
,
user
:
this
.
props
.
mctid
||
'NONE'
}
if
(
tempinr
)
json
.
tempid
=
tempinr
window
.
templateObject
=
json
window
.
templateObject
=
json
}
}
joinMessage
(
tags
,
arr
,
seqlist
)
joinMessage
(
tags
,
arr
,
seqlist
)
...
...
This diff is collapsed.
Click to expand it.
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