Commit a4b96b30 authored by 李纪文's avatar 李纪文

fix: 修改

parent 73f26954
{
"name": "@wisdom-components/ec_configurationview",
"version": "1.4.12",
"version": "1.4.13",
"description": "> TODO: description",
"author": "tuqian <webtuqian@163.com>",
"homepage": "",
......
{
"name": "@wisdom-components/ec_historyview",
"version": "1.4.5",
"version": "1.4.7",
"description": "> TODO: description",
"author": "cuijiahao <15927252954@163.com>",
"homepage": "",
......
......@@ -111,6 +111,7 @@ const timeIntervalList = [
const updateTime = (key) => {
let start = '';
let end = '';
if (Array.isArray(key)) {
start = moment(key[0]).format(timeFormat);
end = moment(key[1]).format(timeFormat);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment