Browse Source

修改data类型

tianyunperfect 5 năm trước cách đây
mục cha
commit
f546e4591e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = '';
         }