cuiqian2004
2025-03-21 7482313cc90753e730c275ad133b22da210f84f9
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>