ludc
2023-09-15 6c92976e4e560575bf17646a74a45aa6c7eb1923
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,12 +26,12 @@
    };
  },
  created() {
    console.log('referer')
    if (!this.referConfig.options) {
      this.referConfig.options = {
        isMuti: false
      }
    }
    console.log('referConfig',this.referConfig)
  },
  mounted() {
    var title = this.referConfig.title || '';