tianyunperfect 5 роки тому
батько
коміт
f546e4591e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/pages/ServiceList/index.tsx

+ 1 - 1
src/pages/ServiceList/index.tsx

@@ -88,7 +88,7 @@ const TableList: React.FC<{}> = () => {
       valueType: 'text',
       width: 200,
       render: (text, row) => {
-        if (!row.msg) {
+        if (!text) {
           row.msg = '';
         }