Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-11-16 17:49:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
da139f398771f20a309d51b59f6a6d533df94fe4
da139f39
1 parent
ec4b0c94
控制连接线不能从其他节点到开始节点
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
da139f3
...
...
@@ -776,6 +776,10 @@ export default {
return Promise.reject('reject')
}
}
if (model.target === 'start-node') {
ElNotification.error('流程不能连线到开始节点')
return Promise.reject('reject')
}
}
if (type === 'node') {
if (model.control === 'start' || model.control === 'end') {
...
...
Please
register
or
login
to post a comment