fix:修改alertMessage 值为时间的时候显示不正常的问题

This commit is contained in:
zhangyu
2020-11-25 16:23:35 +08:00
parent 1aa3401054
commit bbb8254b97

View File

@@ -414,10 +414,10 @@ function timeCompute(value,unit,dot=0){
}
function timeFormat34(value) {
return bus.timeFormate(value, "yyyy-MM-dd hh:mm:ss");
return bus.timeFormate(parseInt(value), "yyyy-MM-dd hh:mm:ss");
}
function timeFormat35(value) {
return bus.timeFormate(value, "MM/dd/yyyy h:mm:ss a");
return bus.timeFormate(parseInt(value), "MM/dd/yyyy h:mm:ss a");
}
//unit转化配置信息
/*