zhangqian
2023-07-10 a4b8019d414735754babdefa9c339414981a91fe
force-app/main/default/lwc/lexInquiryFormCustomLink2/lexInquiryFormCustomLink2.js
@@ -21,7 +21,7 @@
        init({
            recordId: this.recordId
        }).then(result => {
            this.Status = result.Statusl;
            this.Status = result.Status;
            this.IsLoading = false;
            this.CustomLink2();
            this.dispatchEvent(new CloseActionScreenEvent());