fix: 解析指令vo出错
This commit is contained in:
parent
4be621dcfb
commit
be6c8affd7
|
@ -25,7 +25,7 @@ export default class MsUiCommand extends HashTreeElement {
|
|||
this.coreCommands = [];
|
||||
this.preCommands = [];
|
||||
this.postCommands = [];
|
||||
this.vo = {};
|
||||
this.vo = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue