qymljy 1 year ago
parent
commit
2cdb424d14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/HDrpManagement/ProductMag/modules/components/editScheme.vue

+ 1 - 0
src/HDrpManagement/ProductMag/modules/components/editScheme.vue

@@ -146,6 +146,7 @@ export default {
       this.form.categoriesreward = this.list
       this.$refs.form.validate(async (valid)=>{
         if (!valid) return false
+        this.form.action = 0
         this.form.categoriesreward.forEach(item=>{
           item.rewardstart = item.rewardstart?(item.rewardstart/100).toFixed(4):''
           item.rewardend = item.rewardend?(item.rewardend/100).toFixed(4):''