Explorar o código

删除时间处理函数

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
81e833a4bc
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      src/utils/util.js

+ 0 - 9
src/utils/util.js

@@ -71,12 +71,3 @@ export function oneOf (value, validList) {
   }
   return false
 }
-
-/*
-* 选择起止日期  + 固定时间
-* type:1 开始时间 2结束时间
-*/
-export function dealChooseDate (value, type) {
-  const newDate = type == 'start' ? value + ' 00:00:00' : value + ' 23:59:59'
-  return newDate
-}