Commit 73964e7e authored by xuke's avatar xuke

气象干预-字段规范

parent f502f925
......@@ -121,8 +121,8 @@ function onAddSubmit() { // 提交新增
return
}
})
console.log('>>>>>>>>==',addForm.value)
console.log('========>>>>',addForm.value.year)
console.log('>>>>>>>>==', addForm.value)
console.log('========>>>>', addForm.value.year)
addAnnualParam(addForm.value).then(res => {
if (res.success) {
getData()
......@@ -171,7 +171,7 @@ function resetInput() {
backWaterTemperature: ''
}
}
function resetSearch(){
function resetSearch() {
searchKey.value = ''
getData()
}
......@@ -265,7 +265,8 @@ function customSort(a, b) {
<el-row>
<el-col :span="8" col-label>热指标(W/m²):</el-col>
<el-col :span="16" col-value>
<el-input v-float-number maxlength="11" v-model="reviseForm.standard" placeholder="" style="width: 370px" />
<el-input v-float-number maxlength="11" v-model="reviseForm.standard" placeholder=""
style="width: 370px" />
</el-col>
</el-row>
<el-row>
......@@ -339,7 +340,7 @@ function customSort(a, b) {
<el-row>
<el-col :span="8" col-label>室外温度:</el-col>
<el-col :span="16" col-value>
<el-input maxlength="11" v-model="addForm.outdoorTemperature" style="width: 370px" />
<el-input maxlength="11" v-model="addForm.outdoorTemperature" style="width: 370px" />
</el-col>
</el-row>
<el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment