RuoYi
2020-02-08 a5c170fa2abfbd308a2e98afae90f60cd44276e4
ruoyi-ui/src/utils/ruoyi.js
@@ -7,7 +7,7 @@
// 日期格式化
export function parseTime(time, pattern) {
   if (arguments.length === 0) {
   if (arguments.length === 0 || !time) {
      return null
   }
   const format = pattern || '{y}-{m}-{d} {h}:{i}:{s}'