zhangchunxu
2023-07-21 14e3923804ac265cb8bf6e571232131b662fd204
force-app/main/default/lwc/lexInquiryFormNoStatus/lexInquiryFormNoStatus.js
@@ -23,7 +23,7 @@
        init({
            recordId: this.recordId
        }).then(result => {
            this.Status = result.Statusl;
            this.Status = result.Status;
            this.IsLoading = false;
            this.NoStatus();
            this.dispatchEvent(new CloseActionScreenEvent());