Explorar o código

搜索失效BUG处理

zhuth %!s(int64=6) %!d(string=hai) anos
pai
achega
26caad7df2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/dashboardDesigner/mobileFilterList.jsx

+ 1 - 1
src/components/dashboardDesigner/mobileFilterList.jsx

@@ -214,7 +214,7 @@ class MobileFilterList extends React.Component {
                                 menuConfig: {
                                     single: false
                                 },
-                                menuSelected: value1,
+                                menuSelected: value1 || [],
                                 showMenu: true,
                             });
                         }}>{value1 && value1.length > 0 ? value1.join(',') : ''}</ListItem>