feat(): 供水接口修改

master
李神峰 2025-10-16 15:45:14 +08:00
parent 0e7a371934
commit c39c03ef79
3 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ export default function jrxOptions(data = {}, type = "1", typeName = '1') {
// gz1、gz2、gz3、gz4分别为渗压管
const gz1 = data[alltype[0]] ?
type == "3" ? [[typeName =='6' ?57:52, typeName =='5' ?76.56:92.18], [typeName =='6' ?57:52, data[alltype[0]]]] :
type == "2" ? [[typeName =='3' ?50:55, typeName =='3' ?76.16:77.18], [typeName =='3' ?50:55, data[alltype[0]]]] :
type == "2" ? [[typeName =='3' ?50:55, typeName =='3' ?76.76:77.18], [typeName =='3' ?50:55, data[alltype[0]]]] :
type == "1" ? [[49, typeName =='1' ?79.16:77.18], [49, data[alltype[0]]]] :
[[62, 109.87], [62, data[alltype[0]]]]
: [];

View File

@ -94,13 +94,13 @@
this.dataform={...this.dataform,...filterObj[0]}
this.tm = filterObj[0].tm
})
uni.$http.post('/gunshiApp/tsg/stWaterRReal/list').then(res=>{
uni.$http.post('/gunshiApp/tsg/stFlowR/list').then(res=>{
res.data.data.forEach(item=>{
if(item.sttp == 'QQ'){
if(item.stcd == '2222222'){
this.stgs=item.q
this.stStcd=item.stcd
}
if(item.sttp == 'PQ'){
if(item.stcd == '10498'){
this.shgs=item.q
this.shStcd=item.stcd
}

View File

@ -21,7 +21,7 @@
</view>
<!-- 列表区域 -->
<view class="contentItem">
<view class="itemC" v-for="item in videoList" :key="item.indexCode" @click="jumpVideo(item)">
<view class="itemC" v-for="item in videoList" :key="item.id" @click="jumpVideo(item)">
<view class="name">
<image
style="width: 15px; height: 10px;"