Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-07-18 10:22:22 | 2 | * @Date: 2022-07-18 10:22:22 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-22 18:56:55 | 4 | + * @LastEditTime: 2024-07-23 10:05:42 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -727,7 +727,7 @@ onMounted(async () => { | ... | @@ -727,7 +727,7 @@ onMounted(async () => { |
| 727 | 727 | ||
| 728 | setTimeout(() => { | 728 | setTimeout(() => { |
| 729 | // 审核操作列表数据 | 729 | // 审核操作列表数据 |
| 730 | - approval_actions.value = formSetting.value.flow_node_action_list?.map((item) => { return { name: item.btnText, id: item.id } }); | 730 | + approval_actions.value = formSetting.value.flow_node_action_list?.map((item) => { return { name: item.btnText, id: item.id, parent_nodes: item.parent_nodes } }); |
| 731 | }, 1000); | 731 | }, 1000); |
| 732 | }); | 732 | }); |
| 733 | 733 | ... | ... |
-
Please register or login to post a comment