Browse Source

Merge branch 'feature/1511-goods-type-filter' into new-version

theo 3 years ago
parent
commit
9b41eb75fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      backendEle/src/views/shop/index.vue

+ 2 - 0
backendEle/src/views/shop/index.vue

@@ -328,6 +328,8 @@ export default {
           for (let j in gift) {
             if (gift[j] % 2 != 0) {
               vueObj.form.reconsumeType = gift[j] - 1
+            } else {
+              vueObj.form.reconsumeType = null
             }
           }
         }