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
You need to sign in or sign up before continuing.
Authored by
hookehuyr
2024-07-24 10:46:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0ce9c27f1fc3b247e3a4938eadb4b98e38d73ee
f0ce9c27
1 parent
e20c3eaf
fix 新增表单的功能带流程的时候需要把固定的操作ID传到后端
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 @
f0ce9c2
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-24 10:
16:33
* @LastEditTime: 2024-07-24 10:
45:46
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -1040,7 +1040,7 @@ const onSubmit = async (values) => {
data: postData.value,
openid: iframe_openid,
flow_id: formSetting.value.flow_id, // 流程相关保存接口, 把flow_id传到后台
flow_node_action_id:
flow_node_action_id.value, // 用户选择的流程节点的操作按钮的ID
flow_node_action_id:
'commit', // 流程节点的操作按钮的ID, 因为只有提交操作,ID写死
});
if (result.code) {
// 提交按钮禁用状态
...
...
Please
register
or
login
to post a comment