force-app/main/default/lwc/lexVOCFinish/lexVOCFinish.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-03-27 14:11:17 * @LastEditors: chen jing wu * @LastEditTime: 2023-05-09 17:10:14 * @LastEditTime: 2023-09-11 13:49:03 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -66,7 +66,8 @@ const event = new ShowToastEvent({ title: '', message: msg, variant: type variant: type, mode: 'sticky' }); this.dispatchEvent(event); }