许成详 преди 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: '目标商品不能为空'