许成详 преди 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
         })
704
         })
705
         return false
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
         this.$message({
708
         this.$message({
709
           type: 'error',
709
           type: 'error',
710
           message: '目标商品不能为空'
710
           message: '目标商品不能为空'