Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
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
ReactWeb5
wisdom-components
Commits
af228079
Commit
af228079
authored
Jan 05, 2023
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixx: 修改组态
parent
3b1ccea8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
index.js
packages/extend-components/EC_ConfigurationView/src/index.js
+11
-11
No files found.
packages/extend-components/EC_ConfigurationView/src/index.js
View file @
af228079
...
...
@@ -2101,17 +2101,17 @@ const ConfigurationView = (props) => {
);
/** **************************************合管连接方式****************************************** */
myDiagram
.
linkTemplateMap
.
add
(
'linkToLink'
,
goJS
(
'Link'
,
{
relinkableFrom
:
true
,
relinkableTo
:
true
},
goJS
(
'Shape'
,
{
stroke
:
'#2D9945'
,
strokeWidth
:
2
,
}),
),
);
//
myDiagram.linkTemplateMap.add(
//
'linkToLink',
//
goJS(
//
'Link',
//
{ relinkableFrom: true, relinkableTo: true },
//
goJS('Shape', {
//
stroke: '#2D9945',
//
strokeWidth: 2,
//
}),
//
),
//
);
const
fromJson
=
JSON
.
parse
(
jsonStr
);
// const setTime = setTimeout(() => {
myTimeout
(()
=>
{
...
...
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