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