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-09 11:15:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
030e44ef0a297a007edf847073b6c1a918178673
030e44ef
1 parent
15624827
fix
Hide 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 @
030e44e
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-0
6 22:49:28
* @LastEditTime: 2024-07-0
9 11:14:27
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -268,7 +268,7 @@ const approval_actions = ref([]);
setTimeout(() => {
// 审核操作列表数据
approval_actions.value = formSetting.value.flow_node_action_list?.map((item) => { return { name: item.btnText, id: item.id } });
},
5
00);
},
10
00);
const onApprovalSelect = (item) => {
flow_node_action_id.value = item.id;
if (page_type === 'add') { // 新增页面统一处理为提交
...
...
Please
register
or
login
to post a comment