bugfix:条件式の関連修正
This commit is contained in:
@@ -42,13 +42,10 @@ export class ErrorShowAction implements IAction {
|
||||
}
|
||||
this.props = actionNode.ActionValue as IErrorShowProps;
|
||||
const conditionResult = this.getConditionResult(context);
|
||||
console.log("条件結果:",conditionResult);
|
||||
if (conditionResult) {
|
||||
event.error = this.props.message;
|
||||
} else {
|
||||
result = {
|
||||
canNext: false,
|
||||
result: true
|
||||
}
|
||||
result.canNext=false;
|
||||
}
|
||||
return result;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user