Browse Source

复制的配置删除已发放数量

DESKTOP-SVI9JE1\muzen 2 years ago
parent
commit
b75b59a295
1 changed files with 1 additions and 0 deletions
  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
           }
         }