|
|
@@ -35,7 +35,7 @@ |
|
|
|
</div> |
|
|
|
<div v-show="activeType==2"> |
|
|
|
<div @click="childTypeClick('COD')" :class="ruleForm.name=='COD'?'child-type-check':''">COD</div> |
|
|
|
<div @click="childTypeClick('NH3N')" :class="ruleForm.name=='NH3N'?'child-type-check':''">NH3N</div> |
|
|
|
<div @click="childTypeClick('NH3N')" :class="ruleForm.name=='NH3N'?'child-type-check':''">NH3-N</div> |
|
|
|
<div @click="childTypeClick('TP')" :class="ruleForm.name=='TP'?'child-type-check':''">TP</div> |
|
|
|
<div @click="childTypeClick('TN')" :class="ruleForm.name=='TN'?'child-type-check':''">TN</div> |
|
|
|
<div @click="childTypeClick('DO')" :class="ruleForm.name=='DO'?'child-type-check':''">DO</div> |
|
|
@@ -330,6 +330,9 @@ |
|
|
|
ruleForm.time = '' |
|
|
|
} |
|
|
|
api.getDriverWaterAlarmInfoList({driverId: this.ruleForm.driverId, time: ruleForm.time}).then(res => { |
|
|
|
res.data.map(item=>{ |
|
|
|
item.month=item.month+'月' |
|
|
|
}) |
|
|
|
this.oneBottomList = res.data ? res.data : [] |
|
|
|
}).catch(e => { |
|
|
|
this.oneBottomList = [] |
|
|
@@ -366,6 +369,9 @@ |
|
|
|
time: ruleForm.time, |
|
|
|
name: ruleForm.name |
|
|
|
}).then(res => { |
|
|
|
res.data.map(item=>{ |
|
|
|
item.month=item.month+'月' |
|
|
|
}) |
|
|
|
this.oneBottomList = res.data ? res.data : [] |
|
|
|
}).catch(e => { |
|
|
|
this.oneBottomList = [] |