From b72e78329b825f8a22230cbaf0c8a7e2a57ca5d1 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 14:32:42 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexQISAgree/lexQISAgree.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexQISAgree/lexQISAgree.js b/force-app/main/default/lwc/lexQISAgree/lexQISAgree.js
index 5725e34..da5fd6b 100644
--- a/force-app/main/default/lwc/lexQISAgree/lexQISAgree.js
+++ b/force-app/main/default/lwc/lexQISAgree/lexQISAgree.js
@@ -46,6 +46,7 @@
});
this.dispatchEvent(evt);
this.dispatchEvent(new CloseActionScreenEvent());
+ return;
}else{
this.updateQisSubmit();
}
--
Gitblit v1.9.1