【issues/742】选择后删除默认仍然存在
This commit is contained in:
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】选择后删除默认仍然存在
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue