Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
5325b3d171f22884ee4bd84cc6de086c4e922c2a
Authored by
fengtao
2022-08-30 09:47:18 +0800
1 parent
1333eddf
fix:DEFECT-640 修复数据流转进行编辑,不点击下一步,只编辑描述,编辑成功后还是显示为之前数据
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/dataFlow/addDataTransferDrawer.vue
src/views/rule/dataFlow/addDataTransferDrawer.vue
View file @
5325b3d
...
...
@@ -296,6 +296,7 @@
296
296
return createMessage.error('请填写属性');
297
297
}
298
298
}
299
+
Object.assign(noEditObj, getTypeObj);
299
300
const res = await postAddConvertApi(isEdit.value ? noEditObj : allPostForm);
300
301
if (res) {
301
302
closeModal();
...
...