MrShi
2025-03-19 8cdd0cc43846713bebbc7caa1f5f0fca84e267d6
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)