田源
2023-09-01 d1fae033c247f26d4e3676015a65bd2dc137f474
Source/UBCS-WEB/src/components/refer/vciWebReferTree.vue
@@ -34,8 +34,8 @@
  },
  created() {
    this.getParams();
    console.log('referConfig:')
    console.log(this.referConfig)
    // console.log('referConfig:')
    // console.log(this.referConfig)
  },
  mounted() {
    if(!this.lazy){
@@ -183,7 +183,8 @@
        value: this.value,
        text: this.text || '',
        isTreeMuti:this.isMuti,
        rawData: checkedData.checkedNodes
        rawData: checkedData.checkedNodes,
        fieldMap:this.referConfig.fieldMap
      });
    }
  },