From 4868ecf31c6486e750abee3387eeabc230f7ba9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Tue, 10 Jan 2023 17:22:42 +0800 Subject: [PATCH] 1/10 --- src/views/main/BookingLedgerNew/detail/modules/operationArea.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/main/BookingLedgerNew/detail/modules/operationArea.vue b/src/views/main/BookingLedgerNew/detail/modules/operationArea.vue index 89eb313..a5a0ad7 100644 --- a/src/views/main/BookingLedgerNew/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedgerNew/detail/modules/operationArea.vue @@ -1440,6 +1440,7 @@ export default { SaveBookingSampleBill(this.initCabinFrom) .then(res => { if (res.success) { + this.initCabinFrom.id = res.data this.$message.success('保存成功') } else { this.$message.error(res.message)