Explorar o código

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

DESKTOP-SVI9JE1\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
b75b59a295
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
           }
         }