tianyunperfect 4 lat temu
rodzic
commit
d237bda877
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/pages/MemoryList/index.tsx

+ 1 - 0
src/pages/MemoryList/index.tsx

@@ -151,6 +151,7 @@ const TableList: React.FC<{}> = () => {
             onSelect={async (key)=>{
               if (key === 'restart') {
                 await service.restart(record);
+                message.info("success");
               }else if (key === 'delete') {
                 confirm({
                   title: '确定删除吗?',