Source/UBCS-WEB/src/components/refer/vciWebRefer.vue
@@ -17,6 +17,7 @@ components: {vciWebReferTree, vciWebReferTable, vciWebReferDefalut}, data() { return { reterTypeLeavl:'213', refertype: this.referConfig.options.type, emitData:{}, title:'', @@ -25,6 +26,7 @@ }; }, created() { console.log('referer') if (!this.referConfig.options) { this.referConfig.options = { isMuti: false @@ -52,7 +54,7 @@ this.value=newV.value; this.$emit("setReferValue", newV); } } }, } } </script>