Commit 8db7b1748ce97042d27622286e049283b7795f41
Merge branch 'perf/card-list-component' into 'main_dev'
perf: 优化列表组件选择布局移入未选择未重制布局信息 See merge request yunteng/thingskit-front!1058
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | }; | 35 | }; |
36 | 36 | ||
37 | watch( | 37 | watch( |
38 | - () => [props.row, props.col], | 38 | + () => [props.row, props.col, visible.value], |
39 | () => { | 39 | () => { |
40 | selectedLayout.row = props.row; | 40 | selectedLayout.row = props.row; |
41 | selectedLayout.col = props.col; | 41 | selectedLayout.col = props.col; |