田源
2024-03-28 f37b3eceb7e962d32ebe420bb8b931ea4dae4fe2
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 || '600px'
      width:this.referConfig.width || '900px',
      height:this.referConfig.height || '600px'
    };
  },
  computed: {