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
36eca1e4c0cdc58e8d5fb21965fbde7e42a8ced5
Authored by
ww
2022-12-05 14:34:05 +0800
1 parent
09f9248e
fix: DEFECT-963 create data component fetch api happend error
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/visual/board/index.vue
src/views/visual/board/index.vue
View file @
36eca1e
...
...
@@ -143,7 +143,7 @@
143
143
};
144
144
145
145
const handleOpenDetailModal = () => {
146
-
openModal();
146
+
openModal(
true, { isEdit: false }
);
147
147
};
148
148
149
149
const handleRemove = async (record: DataBoardRecord) => {
...
...