buli
2023-05-26 0e9334dcee28f030b55d8b76749c666a88fd383d
force-app/main/default/lwc/lexTenderingLogicButton/lexTenderingLogicButton.js
@@ -18,7 +18,7 @@
         }
     }
    
     //逻辑删除
    connectedCallback(){
        init({
            recordId: this.recordId
@@ -26,24 +26,9 @@
            if (result != null) {
                this.IsLoading = false;
                this.id = result.Id;
                this.LogicButton();
                window.open (`/apex/TenderDeletePagelwc?id=${this.id}`, '', 'height=350, width=600, top=200, left=350');
                this.dispatchEvent(new CloseActionScreenEvent());
            }
        }).catch(() => {
        }).finally(() => {
        });
        })
    }
    //逻辑删除
    LogicButton(){
        window.open (`/apex/TenderDeletePagelwc?id=${this.id}`, '', 'height=350, width=600, top=200, left=350');
    }
}
// function IfResponse(){
//     window.open ('/apex/TenderDeletePagelwc?id={!Tender_information__c.Id}', '', 'height=350, width=600, top=200, left=350');
//     }
//     IfResponse();
}