force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-03-27 14:08:56 * @LastEditors: chen jing wu * @LastEditTime: 2023-04-11 11:33:01 * @LastEditTime: 2023-05-09 10:04:33 */ import { LightningElement,wire,track,api} from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -94,7 +94,6 @@ this.showToast(result,"error"); }else{ this.updateRecordView(this.recordId); this.showToast("成功","success"); } this.Isloading = false; this.dispatchEvent(new CloseActionScreenEvent());