Ver Fonte

bug 修复

lilei há 4 anos atrás
pai
commit
d05e4543ce
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/views/market/addlotterySetModal.vue

+ 3 - 0
src/views/market/addlotterySetModal.vue

@@ -698,6 +698,9 @@ export default {
       this.form.luckyDrawWinPrizeLimitList = []
       this.form.zjXz = []
       this.form.cjGz = []
+      if (this.form.id) {
+        delete this.form.id
+      }
     }
   },
   created () {