Commit 3294c8c4 by caoyanzhi

fix: 保存逻辑调整

parent f97df62e
...@@ -698,11 +698,6 @@ export default { ...@@ -698,11 +698,6 @@ export default {
obj.text = '折扣格式有误'; obj.text = '折扣格式有误';
} }
} }
if (data.channelList[i].channelType == 3 && !data.channelList[i].enterpriseRelationIdArr.length) {
obj.flag = false;
obj.text = '请选择线下渠道的商户';
return obj;
}
if (data.channelList[i].channelType == 1 && !data.channelList[i].enterpriseRelationIdArr.length) { if (data.channelList[i].channelType == 1 && !data.channelList[i].enterpriseRelationIdArr.length) {
obj.flag = false; obj.flag = false;
obj.text = '请选择达摩微商城的商户'; obj.text = '请选择达摩微商城的商户';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment