Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
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
station
amos-convertor-view
Commits
b6c2e1bb
Commit
b6c2e1bb
authored
Apr 10, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.整理代码
parent
d7043e7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
StageActuator.js
src/view/planMgmt/view/pubview/StageActuator.js
+1
-10
No files found.
src/view/planMgmt/view/pubview/StageActuator.js
View file @
b6c2e1bb
...
...
@@ -283,14 +283,6 @@ class StageActuator extends Component {
});
};
onComplete
=
obj
=>
{
const
boh
=
new
BaseObjHelper
({
obj
});
obj
.
_boh
=
boh
;
};
afterRender
=
()
=>
{
}
handleModelParserData
=
(
parser
,
fmtData
)
=>
{
// 将 fmtData 绑定到 parser 的 node.userData 上
// Object.assign(parser.obj.userData, fmtData)
...
...
@@ -402,8 +394,7 @@ class StageActuator extends Component {
onCreated
:
this
.
handlePenEditorCreated
};
const
modelContentProps
=
{
onAllDone
:
this
.
onAllDone
,
onComplete
:
this
.
onComplete
onAllDone
:
this
.
onAllDone
};
return
(
...
...
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