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-24 10:16:33 | 4 | + * @LastEditTime: 2024-07-24 10:45:46 |
| 5 | * @FilePath: /data-table/src/views/index.vue | 5 | * @FilePath: /data-table/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -1040,7 +1040,7 @@ const onSubmit = async (values) => { | ... | @@ -1040,7 +1040,7 @@ const onSubmit = async (values) => { |
| 1040 | data: postData.value, | 1040 | data: postData.value, |
| 1041 | openid: iframe_openid, | 1041 | openid: iframe_openid, |
| 1042 | flow_id: formSetting.value.flow_id, // 流程相关保存接口, 把flow_id传到后台 | 1042 | flow_id: formSetting.value.flow_id, // 流程相关保存接口, 把flow_id传到后台 |
| 1043 | - flow_node_action_id: flow_node_action_id.value, // 用户选择的流程节点的操作按钮的ID | 1043 | + flow_node_action_id: 'commit', // 流程节点的操作按钮的ID, 因为只有提交操作,ID写死 |
| 1044 | }); | 1044 | }); |
| 1045 | if (result.code) { | 1045 | if (result.code) { |
| 1046 | // 提交按钮禁用状态 | 1046 | // 提交按钮禁用状态 | ... | ... |
-
Please register or login to post a comment