梁展鹏 3 rokov pred
rodič
commit
80094400f1

+ 1 - 1
src/views/baseManagement/updateList/toolbar.vue

@@ -44,7 +44,7 @@ export default {
           label: '显示/隐藏',
           options: setStatus(['显示', '隐藏'], [true, false]),
           format: val => (val !== null && val !== '' ? !!val : null),
-          defaultValue: 1
+          defaultValue: true
         }
       ]
     };