Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-23 10:06:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50d7675184f69888895770a5c5a686e8ead88d61
50d76751
1 parent
8046fb0d
操作驳回指定节点接口联调
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
50d7675
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-2
2 18:56:55
* @LastEditTime: 2024-07-2
3 10:05:42
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -727,7 +727,7 @@ onMounted(async () => {
setTimeout(() => {
// 审核操作列表数据
approval_actions.value = formSetting.value.flow_node_action_list?.map((item) => { return { name: item.btnText, id: item.id } });
approval_actions.value = formSetting.value.flow_node_action_list?.map((item) => { return { name: item.btnText, id: item.id
, parent_nodes: item.parent_nodes
} });
}, 1000);
});
...
...
Please
register
or
login
to post a comment