Ldc
2024-04-16 cc993ff4b559a937f6ceaf01c7e77e1d6b50baa1
Source/ProjectWeb/src/components/refer/vciWebRefer.vue
@@ -178,10 +178,10 @@
  },
  data() {
    return {
      refertype: this.referConfig.options.type,
      refertype: this.referConfig.type,
      emitData: {},
      width:this.referConfig.options.width || '900px',
      height:this.referConfig.options.height || '500px'
      width:this.referConfig.width || '900px',
      height:this.referConfig.height || '500px'
    };
  },
  computed: {