Browse Source

fix:优化大屏,优化维权督办

master
pengwei 3 months ago
parent
commit
486d1af456
  1. 1
      src/views/datav/SceneInsp.vue
  2. 1
      src/views/rightsComfort/Supervision.vue

1
src/views/datav/SceneInsp.vue

@ -979,7 +979,6 @@ const getSupervisionNotifyMapData = async () => {
res.superviseTempMapVoList, res.superviseTempMapVoList,
"totalPro" "totalPro"
); );
console.log('mappedData',mappedData)
const total = mappedData.reduce((sum, item) => sum + Number(item.value), 0); const total = mappedData.reduce((sum, item) => sum + Number(item.value), 0);
const avg = total / mappedData.length; // const avg = total / mappedData.length; //
const range30Percent = avg * 0.3; // const range30Percent = avg * 0.3; //

1
src/views/rightsComfort/Supervision.vue

@ -249,7 +249,6 @@ watch(()=>activeName,()=>{
<el-form-item <el-form-item
label="案件管辖公安机关"> label="案件管辖公安机关">
<depart-tree-select <depart-tree-select
disabled
v-model="detailData.rpcApplyVo.departId" v-model="detailData.rpcApplyVo.departId"
placeholder="请选择案件管辖单位" placeholder="请选择案件管辖单位"
/> />

Loading…
Cancel
Save