mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-29 22:56:40 +08:00
fix 修复模型画图保存时key不回显问题
This commit is contained in:
parent
a5aa11168e
commit
0f21adbba9
@ -164,6 +164,7 @@ public class ActModelServiceImpl implements IActModelService {
|
||||
modelNode.put(MODEL_NAME, model.getName());
|
||||
}
|
||||
modelNode.put(MODEL_ID, model.getId());
|
||||
modelNode.put("key", model.getKey());
|
||||
Integer version = model.getVersion();
|
||||
if (version > 0) {
|
||||
byte[] modelEditorSource = repositoryService.getModelEditorSource(model.getId());
|
||||
|
Loading…
Reference in New Issue
Block a user