cuiqian2004
2025-03-21 986da22689dc9a5faef751c02348fb1f47584414
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>