田源
2023-09-14 7d8e7438ab28e9729b36a96ff73e5587114319aa
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>