浏览代码

问题修改

sunzehao 2 月之前
父节点
当前提交
a4cefff1d3
共有 2 个文件被更改,包括 4 次插入7 次删除
  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";
 import request from "@/tools/request";
 
 
-debugger
-const base = location.host
-
 //获取停机表格信息
 //获取停机表格信息
 export function apiGetqueryshutdowneventlist(params) {
 export function apiGetqueryshutdowneventlist(params) {
     return request({
     return request({

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

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