force-app/main/default/lwc/lexLoseBid/lexLoseBid.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-05-08 14:36:33 * @LastEditors: chen jing wu * @LastEditTime: 2023-05-24 16:24:28 * @LastEditTime: 2023-09-11 16:46:08 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -99,11 +99,13 @@ } }); } showToast(msg,type) { const event = new ShowToastEvent({ title: '', title: ' ', message: msg, variant: type variant: type, mode: 'sticky' }); this.dispatchEvent(event); this.dispatchEvent(new CloseActionScreenEvent());