luolei 5 years ago
parent
commit
214670b027
2 changed files with 2 additions and 3 deletions
  1. 0 1
      src/css/singleVETO.less
  2. 2 2
      src/js/singleVeto.js

+ 0 - 1
src/css/singleVETO.less

@@ -92,7 +92,6 @@
     }
     .main-body{
         .main-body-com;
-        box-sizing: border-box;
     }
     table{
         .table;

+ 2 - 2
src/js/singleVeto.js

@@ -1,5 +1,5 @@
 const $ = require('jquery');
-require("../css/singleVeto.less");
+require("../css/single.less");
 require('./../resource/jquery-ui/jquery-ui.min.js');
 require('./modal.js');
 const {api} = require('./api.js')
@@ -148,7 +148,7 @@ function getDeptList(){
         let tmp = deptList[i]
         str += `<li class="deptItem ellipsis" title="${tmp.deptName}" data-id="${tmp.deptName}" data-name="${tmp.deptName}">${tmp.deptName}</li>`
     }
-    $(".tiaomu .filterDropList").html(str)
+    $(".singleVeto .filterDropList").html(str)
 }
 function getTabData(activePage){
     const dateStatrt = getPickerDate($("#datepicker"),1)