许成详 пре 6 година
родитељ
комит
7628e46cce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/pages/system/cardAndCouponManager/couponManager/edit.vue

+ 1
- 1
src/pages/system/cardAndCouponManager/couponManager/edit.vue Прегледај датотеку

@@ -704,7 +704,7 @@ export default {
704 704
         })
705 705
         return false
706 706
       }
707
-      if (!(this.couponInfo.IsAll - 0) && !this.courseList.length && !this.goodsList.length) {
707
+      if (!(this.couponInfo.IsAll - 0) && !this.courseList.length && !this.goodsList.length && !this.isEdit) {
708 708
         this.$message({
709 709
           type: 'error',
710 710
           message: '目标商品不能为空'