diff --git a/src/views/main/BookingLedger/detail/index.vue b/src/views/main/BookingLedger/detail/index.vue index 044d841..05ae1de 100644 --- a/src/views/main/BookingLedger/detail/index.vue +++ b/src/views/main/BookingLedger/detail/index.vue @@ -996,7 +996,7 @@ export default { setTimeout(() => { this.checkSaveFun({ type: 'details', hasChange: false }) console.log('== details 发生变化 - 加载完成 ==') - }, 1200) + }, 600) this.detailsLoadOver = true this.inChildLoading = false this.$message.success({ content: '加载完成' })