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

no message

上级 3b91c1db
...@@ -709,7 +709,8 @@ ...@@ -709,7 +709,8 @@
// }else{ // }else{
// //
// } // }
if(item.timeNo>=0){ console.log(item)
if(item.timeNo>=0 && item.timeNo!==''){
str = '开始后' + String(item.timeNo) + this.timeUnitStr str = '开始后' + String(item.timeNo) + this.timeUnitStr
}else{ }else{
str = '设置时间节点' str = '设置时间节点'
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
ref="beginDate" ref="beginDate"
placeholder="请选择随访开始时间" placeholder="请选择随访开始时间"
:picker-options="pickerOptions" :picker-options="pickerOptions"
value-format="timestamp"
clearable clearable
@blur="handleDateInputConfirm" @blur="handleDateInputConfirm"
style="width:380px;"> style="width:380px;">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册