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-13 09:41:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
962c708ae9c65c821dbef762c366a0dc0085aad9
962c708a
1 parent
0a467775
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/App.vue
doc/App.vue
View file @
962c708
...
...
@@ -1443,13 +1443,13 @@ export default {
state.more_attr = data.property; // 更多属性
// 开始节点不显示审批意见, 和节点操作的
撤
回
// 开始节点不显示审批意见, 和节点操作的
驳
回
if (model_id ==='start-node') {
state.more_attr = state.more_attr.filter((ele: any) => {
return ele.label !== '审批意见'
});
state.more_attr[0]['data'] = state.more_attr[0]['data'].filter((ele: any) => {
return ele.id !== '
withdraw
'
return ele.id !== '
reject
'
});
}
...
...
Please
register
or
login
to post a comment