Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf23e901

Browse files
fixed onQueryExec trigger to run dep queries on success only
1 parentb1c8799 commitf23e901

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎client/packages/lowcoder/src/comps/queries/queryComp.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,11 @@ const QueryListTmpComp = list(QueryComp);
688688
classQueryListCompextendsQueryListTmpCompimplementsBottomResListComp{
689689
overridereduce(action:CompAction): this{
690690
if(isCustomAction<AfterExecuteQueryAction>(action,"afterExecQuery")){
691-
if(action.path?.length===1&&!isNaN(parseInt(action.path[0]))){
691+
if(
692+
action.path?.length===1
693+
&&!isNaN(parseInt(action.path[0]))
694+
&&action.value.result.success
695+
){
692696
constqueryIdx=parseInt(action.path[0]);
693697
constqueryComps=this.getView();
694698
constqueryName=queryComps?.[queryIdx]?.children.name.getView();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp