This commit is contained in:
2023-04-25 08:58:54 +08:00
parent bcbe71c7ad
commit cb5a696c09
7 changed files with 19 additions and 19 deletions

View File

@@ -286,7 +286,7 @@ watch(
const changeAll = (isChecked: boolean) => {
if (isChecked) {
const datasources = props.dataSource.filter((item: any, index: number) => {
const datasources = datalist.value.filter((item: any, index: number) => {
return !props.getCheckboxProps(item, index)?.disabled;
});
const ids = datasources.map((item) => {