tianyunperfect %!s(int64=4) %!d(string=hai) anos
pai
achega
d237bda877
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: '确定删除吗?',