bri-components 1.2.33 → 1.2.34

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": "bri-components",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
@@ -35,7 +35,7 @@
35
35
  "bri-datas": "1.0.14",
36
36
  "jshint": "^2.12.0",
37
37
  "jsonlint": "^1.6.3",
38
- "minio": "^7.0.26",
38
+ "minio": "7.1.0",
39
39
  "stream": "^0.0.2",
40
40
  "view-design": "^4.6.0",
41
41
  "viewerjs": "^1.10.2",
@@ -148,7 +148,7 @@
148
148
  },
149
149
  formControlClass: String,
150
150
 
151
- /* 本组件使用的 */
151
+ /* 本组件使用 -不传递子组件的 */
152
152
  monitorFormList: Array,
153
153
  showRules: {
154
154
  type: Boolean,
@@ -184,9 +184,8 @@
184
184
  this.initMonitor();
185
185
  this.initRules();
186
186
  },
187
- // 初始化监测
187
+ // 初始化监测 -监测所有字段
188
188
  initMonitor () {
189
- // 监测所有字段
190
189
  (this.monitorFormList || this.formList).forEach(formItem => {
191
190
  this.$set(this.formData, formItem._key, this.formData[formItem._key]);
192
191
  });