Explorar el Código

默认不过滤数据

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

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

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