Commit 80b2b41276ab765093da5d2791976e8bd68f95ae
1 parent
0b39d177
fix: DEFECT-555 state setting is disabled
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -7472,6 +7472,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -7472,6 +7472,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
7472 | const [err, res] = await to(ConfigurationNodeApi.updateNodeAct(formModel)) | 7472 | const [err, res] = await to(ConfigurationNodeApi.updateNodeAct(formModel)) |
7473 | if (err) return | 7473 | if (err) return |
7474 | overrideCurrentData('act', 'type', res) | 7474 | overrideCurrentData('act', 'type', res) |
7475 | + echoActionType() | ||
7475 | UseLayUi.successMsg() | 7476 | UseLayUi.successMsg() |
7476 | callback() | 7477 | callback() |
7477 | } | 7478 | } |