Explorar o código

修改data类型

tianyunperfect %!s(int64=5) %!d(string=hai) anos
pai
achega
f546e4591e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = '';
         }