RuoYi
2020-02-02 a5dce6cccce2e76cb2b68119ced1b33e245ad935
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}'