imatrix-ui 2.9.11-boe2 → 2.9.11-boe3

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