Commit 6406191f by caoyanzhi

解决非实时标签可以不选择更新频率也可以创建分组的问题

parent 48dfcc25
......@@ -294,6 +294,10 @@ export default {
this.$message.warning({ message: '会员分组描述不能为空!' })
return;
}
if (param.isRealTime === 0 && param.updateType !== 1 && param.updateDay === ''){
this.$message.warning({ message: '会员分组更新频率不能为空!' })
return;
}
addNewGroup(param)
.then(res => {
......
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