fix: 修复 table 组件 datasource 属性丢失响应特性
This commit is contained in:
@@ -61,7 +61,7 @@ watch(
|
||||
() => props.dataSource,
|
||||
() => {
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
}
|
||||
}, {deep: true}
|
||||
);
|
||||
|
||||
const changeAll = function (checked: any) {
|
||||
|
||||
Reference in New Issue
Block a user