Compare commits

..

No commits in common. "d88b49e20c101353e362cd8708d91bd26fb29f02" and "38c805632038382388252c5a6f41d27d8de1ad7b" have entirely different histories.

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³',
"nowCap":'蓄水量万m³' "cap":'蓄水量万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 == "null" ? "" : option.startDate this.startDate = (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