dedsudiyu 3 maanden geleden
bovenliggende
commit
11a52070a2

+ 2 - 2
src/api/safetyCheck/index.js

@@ -504,9 +504,9 @@ export function securityCheckDangerTodayDangerList (query) {
   })
 }
 // 各单位隐患整改统计-更细数据-校级
-export function reportHazardReportItemsDeptRefresh (query) {
+export function reportHazardReportItemsScatterDeptRefresh (query) {
   return request({
-    url: '/report/hazardReport/itemsDeptRefresh',
+    url: '/report/hazardReport/itemsScatterDeptRefresh',
     method: 'get',
     params: query
   })

+ 1 - 1
src/views/iotDevice/intelligenceIot/iotHardware/index.vue

@@ -20,7 +20,7 @@
                  :inline="true" style="width:100%;">
           <el-form-item label="" prop="searchValue" label-width="50px">
             <el-input
-              maxLength="30"
+              maxLength="50"
               v-model="queryParams.searchValue"
               placeholder="请输入名称"
               style="width: 140px"

+ 2 - 2
src/views/safetyCheck/dataStatistics/hiddenDangerStatistics.vue

@@ -162,7 +162,7 @@ import {
   reportHazardReportDeptList,
   reportHazardReportDeptTop,
   securityCheckDangerTodayDangerList,
-  reportHazardReportItemsDeptRefresh,
+  reportHazardReportItemsScatterDeptRefresh,
   reportHazardReportOneItemsScatter,
   reportHazardReportOneItemsScatterTop,
   reportHazardReportDeptListCollege,
@@ -530,7 +530,7 @@ export default {
         //数据刷新
         securityCheckDangerTodayDangerList().then(response => {
           if(response.data>0){
-            reportHazardReportItemsDeptRefresh().then(response => {
+            reportHazardReportItemsScatterDeptRefresh().then(response => {
               this.msgSuccess(response.message)
               this.getList();
             });