ll
liukangdong
2025-03-03 3aa3e034d30b201dde95d9bc33e5b1250dd8f256
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)