From 1fc27900816b8555fecdb797453c910f5d123619 Mon Sep 17 00:00:00 2001 From: lilu Date: Mon, 17 Apr 2023 14:06:49 +0800 Subject: [PATCH] 1 --- src/views/main/BookingLedger/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '加载完成' })