wangting
2024-03-29 3ba03559aaaf79b21be7008715e0bdb03c293bd0
Source/ProjectWeb/src/components/refer/vciWebRefer.vue
@@ -178,10 +178,10 @@
  },
  data() {
    return {
      refertype: this.referConfig.type,
      refertype: this.referConfig.options.type,
      emitData: {},
      width:this.referConfig.width || '900px',
      height:this.referConfig.height || '600px'
      width:this.referConfig.options.width || '900px',
      height:this.referConfig.options.height || '500px'
    };
  },
  computed: {