cuiqian2004
2025-04-01 01fa158740467ca0db83b131249beeeb515a73c2
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>