提交 e8d36ccd authored 作者: zhenglide's avatar zhenglide

时间提醒

上级 606f1305
......@@ -142,7 +142,8 @@ var _this=this;
})
return false;
}
if (this.data.time.startTime == "" && this.data.time.endTime=="") {
console.log(this.data.time.startTime);
if ((this.data.time.startTime == ""|| this.data.time.startTime == null) && (this.data.time.endTime=="" || this.data.time.endTime == null)) {
dd.alert({
title: "参数错误",
content: "会议时间没有选择",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论