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-12-11 15:32:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9952fafc7520ae0533176a0d8634488f26f934f6
9952fafc
1 parent
b9a59c71
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/App.vue
doc/App.vue
View file @
9952faf
...
...
@@ -818,7 +818,7 @@ export default {
editor.updateModel(ele); // 更新流程图信息
}
});
} else if (!userTags.length) { // 负责人为空,错误提示
} else if (!userTags.length
&& state.detailModel.id !== 'start-node'
) { // 负责人为空,错误提示
nodes.forEach((ele: any, idx: number) => {
if (ele.id === state.detailModel.id) {
ele.desc = 'https://cdn.ipadbiz.cn/oa/flow/icons-error1.png';
...
...
Please
register
or
login
to post a comment