Commit 9d56ff54 by crushh

fix: 新增会员分组消费时长条件校验缺失

parent f91fafb8
......@@ -770,6 +770,11 @@ export default {
message: '请完善区间值!'
});
return false;
}else if(!k.symbol) {
this.$message.warning({
message: '请完善区间值!'
});
return false;
}
tagValue.val[0].data.value = k.num;
} else {
......
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