Commit 5325b3d171f22884ee4bd84cc6de086c4e922c2a
1 parent
1333eddf
fix:DEFECT-640 修复数据流转进行编辑,不点击下一步,只编辑描述,编辑成功后还是显示为之前数据
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -296,6 +296,7 @@ | @@ -296,6 +296,7 @@ | ||
296 | return createMessage.error('请填写属性'); | 296 | return createMessage.error('请填写属性'); |
297 | } | 297 | } |
298 | } | 298 | } |
299 | + Object.assign(noEditObj, getTypeObj); | ||
299 | const res = await postAddConvertApi(isEdit.value ? noEditObj : allPostForm); | 300 | const res = await postAddConvertApi(isEdit.value ? noEditObj : allPostForm); |
300 | if (res) { | 301 | if (res) { |
301 | closeModal(); | 302 | closeModal(); |