Commit e5d3ef1b by caoyanzhi

添加非实时标签没选择更新频率的拦截

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