lilei 11 месяцев назад
Родитель
Сommit
5093b6972b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/Select/index.js

+ 1 - 1
src/components/Select/index.js

@@ -28,7 +28,7 @@ export default {
     },
     isEnable: { // 是否只获取已启用的数据
       type: Boolean,
-      default: false
+      default: true
     },
     notIn: {
       type: Array,