fix():bug修复
parent
787199f9e7
commit
25bbe16c98
|
|
@ -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:{},
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
mounted() {
|
||||||
console.log('小玉潭水库222');
|
console.log('小玉潭水库222');
|
||||||
this.getList()
|
this.getList()
|
||||||
this.getDrp()
|
this.getDrp()
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue