Compare commits
No commits in common. "d88b49e20c101353e362cd8708d91bd26fb29f02" and "38c805632038382388252c5a6f41d27d8de1ad7b" have entirely different histories.
d88b49e20c
...
38c8056320
|
|
@ -53,7 +53,7 @@
|
|||
"h24":'24h预报mm',
|
||||
"yesterdayDrp":'昨日雨量mm',
|
||||
'totCap':'总库容m³',
|
||||
"nowCap":'蓄水量万m³'
|
||||
"cap":'蓄水量万m³'
|
||||
},
|
||||
tm: moment().format('YYYY-MM-DD HH:mm:ss'),
|
||||
dataform:{},
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
this.taskTitle = option.taskTitle
|
||||
this.taskType = option.taskType
|
||||
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.status = option.status
|
||||
this.id = option.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue