fix():bug修复

master
李神峰 2024-11-11 14:09:30 +08:00
parent 787199f9e7
commit 25bbe16c98
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
"h24":'24h预报mm',
"yesterdayDrp":'昨日雨量mm',
'totCap':'总库容m³',
"cap":'蓄水量万m³'
"nowCap":'蓄水量万m³'
},
tm: moment().format('YYYY-MM-DD HH:mm:ss'),
dataform:{},
@ -67,7 +67,7 @@
}
},
onShow() {
mounted() {
console.log('小玉潭水库222');
this.getList()
this.getDrp()

View File

@ -169,7 +169,7 @@
this.taskTitle = option.taskTitle
this.taskType = option.taskType
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.status = option.status
this.id = option.id