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 }); } },