Commit b65ba07300f0c83b52f224d5064ec11ea5004591

Authored by ww
1 parent 796f8d03

fix: 修复被选择状态时通过详情页处理后仍处于可被处理状态

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -109,6 +109,7 @@
109 109 openDrawer(true, record);
110 110 };
111 111 const handleSuccess = () => {
  112 + clearSelectedRowKeys();
112 113 reload();
113 114 };
114 115
... ...