From 3aa3e034d30b201dde95d9bc33e5b1250dd8f256 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 三月 2025 11:08:25 +0800
Subject: [PATCH] ll

---
 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