meixioacomponent 0.3.74 → 0.3.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.3.74",
3
+ "version": "0.3.75",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -139,7 +139,7 @@ export default {
139
139
 
140
140
  isCache: {
141
141
  type: Boolean,
142
- default: true,
142
+ default: false,
143
143
  },
144
144
  },
145
145
 
@@ -146,7 +146,7 @@ export default {
146
146
 
147
147
  isCache: {
148
148
  type: Boolean,
149
- default: true,
149
+ default: false,
150
150
  },
151
151
  },
152
152
  components: {
@@ -26,7 +26,7 @@
26
26
  <el-button
27
27
  size="small"
28
28
  @click="handleOpenProScreen"
29
- :disabled="proScreenConfig.length <= 0"
29
+ :disabled="proScreenConfig || proScreenConfig.length <= 0"
30
30
  >
31
31
  <i class="meixicomponenticonfont meixicomponenticon-shaixuan"></i>
32
32
  高级筛选