force-app/main/default/lwc/lexOCSMNoToReportForReport/lexOCSMNoToReportForReport.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-03-28 15:59:44 * @LastEditors: chen jing wu * @LastEditTime: 2023-05-24 16:09:50 * @LastEditTime: 2023-09-11 13:53:14 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -106,7 +106,8 @@ const event = new ShowToastEvent({ title: '', message: msg, variant: type variant: type, mode: 'sticky' }); this.dispatchEvent(event); }