Browse Source

搜索失效BUG处理

zhuth 6 years ago
parent
commit
26caad7df2
1 changed files with 1 additions and 1 deletions
  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>