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