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
d530dad07f3b6d773f3be281736344ffe121533d
Authored by
ww
2023-11-28 18:58:32 +0800
1 parent
af34f9f1
perf: 优化列表组件选择布局移入未选择未重制布局信息
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/CardList/src/components/CardListLayout.vue
src/components/CardList/src/components/CardListLayout.vue
View file @
d530dad
...
...
@@ -35,7 +35,7 @@
35
35
};
36
36
37
37
watch(
38
-
() => [props.row, props.col],
38
+
() => [props.row, props.col
, visible.value
],
39
39
() => {
40
40
selectedLayout.row = props.row;
41
41
selectedLayout.col = props.col;
...
...