Browse Source

问题修改

sunzehao 2 months ago
parent
commit
a4cefff1d3
2 changed files with 4 additions and 7 deletions
  1. 0 3
      src/api/sandtable/index.js
  2. 4 4
      src/views/SandTable/SandTable.vue

+ 0 - 3
src/api/sandtable/index.js

@@ -1,8 +1,5 @@
 import request from "@/tools/request";
 
-debugger
-const base = location.host
-
 //获取停机表格信息
 export function apiGetqueryshutdowneventlist(params) {
     return request({

+ 4 - 4
src/views/SandTable/SandTable.vue

@@ -1234,10 +1234,10 @@
                     }
                 }
                 if (type === 'left') {
-                    that.getShutdownEventByDay("WT2000D121H85", that.radioTime)
+                    that.getShutdownEventByDay("WT2000D121H85", that.radioTime, "Dia")
                     that.getShutdownEventByMap("WT2000D121H85", that.radioTime)
                 } else {
-                    that.getShutdownEventByDay("UP2000-130", that.radioTime)
+                    that.getShutdownEventByDay("UP2000-130", that.radioTime, "Dia")
                     that.getShutdownEventByMap("UP2000-130", that.radioTime)
                 }
             },
@@ -1882,8 +1882,8 @@
                 .el-dialog__body{
                     padding-top: 0 !important;
                     .allStyle{
-                        max-height: 55vh;
-                        overflow: auto;
+                        // max-height: 55vh;
+                        // overflow: auto;
                         .radioGroupTime{
                             display: flex;
                             margin-bottom: 10px;