梁展鹏 hace 3 años
padre
commit
80094400f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/baseManagement/updateList/toolbar.vue

+ 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
         }
       ]
     };