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>