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

feat: mqtt订阅增加账户信息

parent 593d63bb
...@@ -1011,6 +1011,7 @@ const ConfigurationView = (props) => { ...@@ -1011,6 +1011,7 @@ const ConfigurationView = (props) => {
controlback: controlData, controlback: controlData,
}) })
: null; : null;
const diagramJson = typeof fromJson === 'string' ? fromJson : JSON.stringify(fromJson); const diagramJson = typeof fromJson === 'string' ? fromJson : JSON.stringify(fromJson);
diagramRender(diagramJson, list); diagramRender(diagramJson, list);
setNoInitial(false); setNoInitial(false);
......
...@@ -620,7 +620,7 @@ const HistoryView = (props) => { ...@@ -620,7 +620,7 @@ const HistoryView = (props) => {
当前时间: () => { 当前时间: () => {
return [ return [
dates?.[0] || moment(moment().format('YYYY-MM-DD 00:00:00')), dates?.[0] || moment(moment().format('YYYY-MM-DD 00:00:00')),
moment(moment()), moment(moment())
]; ];
}, },
} }
......
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