Commit 94ec46e1 authored by 皮倩雯's avatar 皮倩雯

fix: '显示事件信息配置回显bug修复'

parent ab374b49
Pipeline #65210 passed with stages
......@@ -116,8 +116,9 @@ const NodeEdit = props => {
obj.IsSave = obj.IsSave == 1;
setVisibleChecked5(obj.IsSave == 1);
setVisibleChecked6(obj.halfwayClose == 1);
if (obj.EventsInformation) {
if (obj.EventsInformation == 1) {
if (obj.EventsInformation === 1 || obj.EventsInformation === 0) {
console.log(12);
if (obj.EventsInformation === 1) {
obj.EventsInformation = true;
setVisibleChecked1(true);
} else {
......
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