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,9 +26,9 @@ }; }, created() { if (!this.referConfig.options) { if (!this.referConfig.options && this.referConfig.options.isMuti==undefined) { this.referConfig.options = { isMuti: false isMuti: this.referConfig.options.muti || false } } }, @@ -52,7 +53,7 @@ this.value=newV.value; this.$emit("setReferValue", newV); } } }, } } </script>