Browse Source

Merge branch 'develop_yh54' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh54

lilei 3 months ago
parent
commit
42dae8cd63
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/promotionManagement/rechargeSettings/editModal.vue

+ 1 - 0
src/views/promotionManagement/rechargeSettings/editModal.vue

@@ -136,6 +136,7 @@ export default {
       this.form.rechargeAmount = undefined
       this.form.giveAmount = undefined
       this.form.remarks = undefined
+      this.form.id = undefined
       this.$refs.ruleForm.resetFields()
     }
   },