From 12bbc843fbc7615fbcdaa827f5dd3aa9a4e4a683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sun, 27 Apr 2025 17:26:55 +0800 Subject: [PATCH] PinPuYi.vue --- src/components/PinPuYi/PinPuYi.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue index 017a0b2..f1c5e83 100644 --- a/src/components/PinPuYi/PinPuYi.vue +++ b/src/components/PinPuYi/PinPuYi.vue @@ -48,7 +48,6 @@ const state = reactive({ 输入状态: { 选中的Freq菜单列表的项目: null as null | E_选项卡菜单Freq菜单列表的项目, 输入的值临时输入字符串: null as null | string, // 用于暂存用户输入 - 选中的单位: null as null | E_Freq单位, }, center: { value: 0, @@ -171,7 +170,6 @@ function 执行点击屏幕右边的按钮(按钮序号: number) { // 重置整个输入状态,为下一次输入做准备 state.Freq状态.输入状态.选中的Freq菜单列表的项目 = null; state.Freq状态.输入状态.输入的值临时输入字符串 = null; - state.Freq状态.输入状态.选中的单位 = null; // 清除旧的确认单位 console.debug('输入状态已重置'); // 操作完成,切换回 Freq 菜单列表