From 4fabfe4dbd2eb28d07a4350597d314958cc1c281 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 09 十月 2025 11:16:43 +0800 Subject: [PATCH] 优化 --- admin/src/views/combo/components/Edit.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/views/combo/components/Edit.vue b/admin/src/views/combo/components/Edit.vue index ee6f0a0..e89d27f 100644 --- a/admin/src/views/combo/components/Edit.vue +++ b/admin/src/views/combo/components/Edit.vue @@ -227,7 +227,7 @@ comboDetailPost(id).then(res => { this.param = res this.$set(this.param, 'saleDate', [res.startDate, res.endDate]) - if (res.useStartDate && res.useEndDate && res.type != 0) { + if (res.useStartDate && res.useEndDate && res.useType != 2) { this.$set(this.param, 'useDate', [res.useStartDate, res.useEndDate]) } this.$set(this.param, 'id', type == 'copy' ? null : this.param.id) -- Gitblit v1.9.3