提交 de27db55 编写于 作者: tao.wu's avatar tao.wu

no message

上级 cc671780
...@@ -476,7 +476,7 @@ ...@@ -476,7 +476,7 @@
}) })
} }
return false; return false;
}else if(len && startDays === '' && resourceId){ }else if(len && (startDays === '' || !startDays) && resourceId){
//如果选了漫画,没选推送时间 //如果选了漫画,没选推送时间
this.errMsg = '请选择推送时间'; this.errMsg = '请选择推送时间';
this.$message({ this.$message({
...@@ -728,7 +728,7 @@ ...@@ -728,7 +728,7 @@
}) })
array.forEach((item,index)=>{ array.forEach((item,index)=>{
if(timeNo == item.timeNo){ if(timeNo == item.timeNo){
this.activeTab = index; this.activeTab = index + '';
} }
}) })
return newList return newList
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册