From e14d6d0619330cad423f06493e3aa2371faa2a8f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 09 九月 2023 14:02:23 +0800
Subject: [PATCH] Sit期间修改
---
force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
index aa4afc2..e459cd4 100644
--- a/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
+++ b/force-app/main/default/lwc/lexLookupLwc/lexLookupLwc.js
@@ -4,7 +4,7 @@
* @Author: chen jing wu
* @Date: 2023-05-25 13:59:44
* @LastEditors: chen jing wu
- * @LastEditTime: 2023-08-01 15:34:21
+ * @LastEditTime: 2023-08-16 13:59:32
*/
import { LightningElement, track, api } from 'lwc';
import getRecordsByName from '@salesforce/apex/lexLookupController.getRecordsByName'
@@ -68,6 +68,11 @@
this.recordselected = false;
this.selectedValue = "";
this.recordsList = undefined;
+ const customEvent = new CustomEvent('buttonclick', {
+ bubbles: true, // 浣夸簨浠跺啋娉�
+ composed: true // 浣夸簨浠跺彲浠ヨ法shadow boundary浼犳挱
+ });
+ this.dispatchEvent(customEvent);
}
//Method to pass selected record to parent component.
--
Gitblit v1.9.1