diff --git a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue
index 5fc627a..1950387 100644
--- a/src/views/main/BookingLedger/detail/modules/mailingInfo.vue
+++ b/src/views/main/BookingLedger/detail/modules/mailingInfo.vue
@@ -1884,7 +1884,6 @@ export default {
}
},
getTextareaChange({ type, value }) {
- console.log('== 输入框更新 ==', type, value)
this.details[type] = value
// console.log(this.details[type])
this.$forceUpdate()
diff --git a/src/views/main/BookingLedger/detail/modules/textareaView.vue b/src/views/main/BookingLedger/detail/modules/textareaView.vue
index 111708e..0962a9c 100644
--- a/src/views/main/BookingLedger/detail/modules/textareaView.vue
+++ b/src/views/main/BookingLedger/detail/modules/textareaView.vue
@@ -1,13 +1,14 @@
-
+ @input="debounce(textareaChange, 300, $event)"
+ >