| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-04-21 14:11:57 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-04-21 14:15:55 |
| | | * @LastEditTime: 2023-10-19 14:03:43 |
| | | */ |
| | | import { api, wire,LightningElement } from 'lwc'; |
| | | import { api, wire,LightningElement, track } from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | handleChildEvent(){ |
| | | console.log('close'); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | } |
| | | @track flag = false; |
| | | connectedCallback(){ |
| | | window.open ('/apex/EnquiryNoBiddingPage?oid=' + this.recordId, 'height=350, width=600, top=200, left=350,location=no'); |
| | | this.dispatchEvent(new CloseActionScreenEvent()); |
| | | this.flag = true; |
| | | // this.dispatchEvent(new CloseActionScreenEvent()); |
| | | } |
| | | } |