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
9d289fd2e02d7753261e9896539be7ae38b553f8
Authored by
fengwotao
2023-09-13 19:36:55 +0800
1 parent
a4341e8d
fix: DEFECT-1595 restapi数据流转basic变为红框内了
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/rule/dataFlow/components/dataflowmethod/components/api/DataFlowMethodIsApi.vue
src/views/rule/dataFlow/components/dataflowmethod/components/api/DataFlowMethodIsApi.vue
View file @
9d289fd
...
...
@@ -67,6 +67,9 @@
67
67
for (let i in credentials) Reflect.set(credentialsFile, i, credentials[i]);
68
68
}
69
69
setFieldsValue(value);
70
+
setFieldsValue({
71
+
type: credentials.type,
72
+
});
70
73
};
71
74
72
75
const resetValue = () => resetFields();
...
...