fix: 解析指令vo出错

This commit is contained in:
chenjianxing 2022-04-07 18:50:00 +08:00 committed by 刘瑞斌
parent 4be621dcfb
commit be6c8affd7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default class MsUiCommand extends HashTreeElement {
this.coreCommands = [];
this.preCommands = [];
this.postCommands = [];
this.vo = {};
this.vo = null;
}
}