From 7f7c2174f905f1d8b83c038e3d92058a3e47a7ad Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 29 五月 2024 13:34:12 +0800 Subject: [PATCH] # --- pages/pakin/pakin.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue index 450ed25..5612110 100644 --- a/pages/pakin/pakin.vue +++ b/pages/pakin/pakin.vue @@ -258,11 +258,11 @@ }, // 鍟嗗搧鍏夋爣娓呯┖閲嶇疆 focuss() { - this.focus = false; + this.matFocus = false; setTimeout(() => { this.matnr = ''; this.matFocus = true; - }, 100); + }, 200); }, codeInput(code) { switch (code) { -- Gitblit v1.9.1