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