Browse Source

Merge branch 'develop/3.0.9' into test

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
81c4127c7d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/registration/lottery/detail.vue

+ 1 - 0
src/views/registration/lottery/detail.vue

@@ -153,6 +153,7 @@ export default {
           this.date = [res.data.startTime, res.data.endTime]
           if (this.$route.query.copyId) {
             delete this.form.id
+            this.form.lotteryConfigGoodList.map(i => delete i.useNum)
             this.form.status = 1
           }
         }