From 986da22689dc9a5faef751c02348fb1f47584414 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 21 三月 2025 18:53:01 +0800 Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/~jt/MES-PDA --- components/oi-form/list/input-number/index.vue | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/components/oi-form/list/input-number/index.vue b/components/oi-form/list/input-number/index.vue index c2c3cbf..22e57c6 100644 --- a/components/oi-form/list/input-number/index.vue +++ b/components/oi-form/list/input-number/index.vue @@ -33,15 +33,10 @@ onClick(e) { this.$emit("on-click", e) }, - - }, - watch: { - data: { - handler(newVal) { - console.log("watch input-number", newVal) - }, - deep: true, // 娣卞害鐩戝惉 + onFocus(e) { + this.$emit("on-focus", e) }, + }, }; </script> -- Gitblit v1.9.1