From 01fa158740467ca0db83b131249beeeb515a73c2 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期二, 01 四月 2025 16:03:57 +0800 Subject: [PATCH] test --- 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