【issues/742】选择后删除默认仍然存在
parent
ed4b3871bc
commit
5030560028
|
@ -202,6 +202,9 @@
|
||||||
closeModal();
|
closeModal();
|
||||||
checkedKeys.value = [];
|
checkedKeys.value = [];
|
||||||
selectRows.value = [];
|
selectRows.value = [];
|
||||||
|
// update-begin--author:liaozhiyang---date:20230908---for:【issues/742】选择后删除默认仍然存在
|
||||||
|
tableRef.value.clearSelectedRowKeys();
|
||||||
|
// update-end--author:liaozhiyang---date:20230908---for:【issues/742】选择后删除默认仍然存在
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -282,7 +285,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:deep(.jeecg-basic-table .ant-table-wrapper .ant-table-title) {
|
:deep(.jeecg-basic-table .ant-table-wrapper .ant-table-title){
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue