fix: 资源链接

This commit is contained in:
就眠儀式
2022-04-05 22:39:06 +08:00
parent 84d0d8bbf1
commit e77738e974
5 changed files with 6 additions and 4 deletions

View File

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