修改bug

This commit is contained in:
yangjun 2026-04-24 14:08:33 +08:00
parent 9713eabd92
commit 83eab2bb43
2 changed files with 2 additions and 5 deletions

View File

@ -41,11 +41,6 @@
<a-table :columns="columnsWlsb" :data-source="getData(item)" bordered="true" size="small" :scroll="{ x: 100, y: 130 }" showHeader="false" :pagination="false">
</a-table>
</div>
<!-- <div>物联设备</div>
<div style="margin-top: 10px;">摄像头{{item.sxtList?item.sxtList+"个":'-'}}</div>
<div style="margin-top: 10px;">电表{{item.dbList?item.dbList+"个":'-'}}</div>
<div style="margin-top: 10px;">水表{{item.sbList?item.sbList+"个":'-'}}</div>
<div style="margin-top: 10px;">温湿度计{{item.wsdjList?item.wsdjList+"个":'-'}}</div> -->
</a-tab-pane>
</a-tabs>
</div>

View File

@ -90,6 +90,8 @@
fixed: 'right',
},
beforeFetch: async (params) => {
queryParam.status = '0';
queryParam.gysId = '2047123618033872898';
return Object.assign(params, queryParam);
},
},