| | |
| | | } |
| | | } |
| | | |
| | | |
| | | //逻辑删除 |
| | | connectedCallback(){ |
| | | init({ |
| | | recordId: this.recordId |
| | |
| | | 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(); |