src/components/monitor/FactorRadio.vue
@@ -26,7 +26,7 @@ emits: ['change'], data() { return { radio: defaultOptions(TYPE0) radio: defaultOptions(TYPE0).value }; }, computed: { @@ -43,7 +43,8 @@ }, methods: { handleChange(value) { this.$emit('change', value); const item = this.options.find((v) => v.value == value); this.$emit('change', item.value, item); // todo 地图3d图像切换展示监测因子 } }