Compare commits

...

2 Commits

Author SHA1 Message Date
李神峰 d88b49e20c Merge branch 'master' of http://10.0.41.100:3000/xielei/xytSk-App 2024-11-11 14:09:34 +08:00
李神峰 25bbe16c98 fix():bug修复 2024-11-11 14:09:30 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"h24":'24h预报mm', "h24":'24h预报mm',
"yesterdayDrp":'昨日雨量mm', "yesterdayDrp":'昨日雨量mm',
'totCap':'总库容m³', 'totCap':'总库容m³',
"cap":'蓄水量万m³' "nowCap":'蓄水量万m³'
}, },
tm: moment().format('YYYY-MM-DD HH:mm:ss'), tm: moment().format('YYYY-MM-DD HH:mm:ss'),
dataform:{}, dataform:{},

View File

@ -169,7 +169,7 @@
this.taskTitle = option.taskTitle this.taskTitle = option.taskTitle
this.taskType = option.taskType this.taskType = option.taskType
this.taskContent = option.taskContent == "null" ? null : option.taskContent this.taskContent = option.taskContent == "null" ? null : option.taskContent
this.startDate = (option.startDate) this.startDate = option.startDate == "null" ? "" : option.startDate
this.endDate = option.endDate == "null" ? "" : option.endDate this.endDate = option.endDate == "null" ? "" : option.endDate
this.status = option.status this.status = option.status
this.id = option.id this.id = option.id