Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -1059,10 +1059,6 @@ export default { | ... | @@ -1059,10 +1059,6 @@ export default { |
| 1059 | })) | 1059 | })) |
| 1060 | .then(res => { | 1060 | .then(res => { |
| 1061 | if (res.data.code) { | 1061 | if (res.data.code) { |
| 1062 | - ElMessage({ | ||
| 1063 | - type: 'success', | ||
| 1064 | - message: '保存流程图成功', | ||
| 1065 | - }); | ||
| 1066 | flow_id = res.data.data; // 更新flow_id | 1062 | flow_id = res.data.data; // 更新flow_id |
| 1067 | updateUrl(flow_id); // 更新url | 1063 | updateUrl(flow_id); // 更新url |
| 1068 | console.log(paths); // 输出满足条件的路径结果数组 | 1064 | console.log(paths); // 输出满足条件的路径结果数组 | ... | ... |
-
Please register or login to post a comment