imatrix-ui 2.8.22-boe7 → 2.8.22-boe8

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": "imatrix-ui",
3
- "version": "2.8.22-boe7",
3
+ "version": "2.8.22-boe8",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -236,7 +236,6 @@ export function setCustomSystemBackendUrl(customSystem) {
236
236
  }
237
237
 
238
238
  export function pushCustomControlValidatorRef(pageCode, refName, ref) {
239
- console.log(this.$refs)
240
239
  if (!window.customValidatorRef) {
241
240
  window.customValidatorRef = new Map()
242
241
  }