From add483d13841cf472a9adb5c0cc72454f501fb7c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 30 四月 2024 16:49:54 +0800 Subject: [PATCH] 新增搜索框 --- src/components/monitor/FactorRadio.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/monitor/FactorRadio.vue b/src/components/monitor/FactorRadio.vue index a5ebb94..8d8d1c6 100644 --- a/src/components/monitor/FactorRadio.vue +++ b/src/components/monitor/FactorRadio.vue @@ -14,16 +14,16 @@ // 鐩戞祴鍥犲瓙鍗曢�夋 import { radioOptions } from '@/constant/radio-options'; export default { - emits:['change'], + emits: ['change'], data() { return { radio: radioOptions.type0[0].value, options: radioOptions.type0 }; }, - method:{ + method: { handleChange(value) { - this.$emit('change', value) + this.$emit('change', value); // todo 鍦板浘3d鍥惧儚鍒囨崲灞曠ず鐩戞祴鍥犲瓙 } } -- Gitblit v1.9.3