Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
d05e4543ce
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 () {