fix: 修复 table 组件 datasource 属性丢失响应特性

This commit is contained in:
就眠儀式
2022-04-05 20:35:43 +08:00
parent 5f87bc67c7
commit 84d0d8bbf1
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ watch(
() => props.dataSource,
() => {
tableDataSource.value = [...props.dataSource];
}
}, {deep: true}
);
const changeAll = function (checked: any) {