force-app/main/default/lwc/lexVOCSubmit/lexVOCSubmit.js
@@ -4,7 +4,7 @@ * @Author: chen jing wu * @Date: 2023-03-27 13:39:23 * @LastEditors: chen jing wu * @LastEditTime: 2023-04-11 11:35:31 * @LastEditTime: 2023-05-09 10:15:43 */ import { LightningElement,wire,track,api} from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; @@ -81,7 +81,6 @@ if(result){ this.showToast(result,"error"); }else{ this.showToast("成功","success"); this.updateRecordView(this.recordId); } this.IsLoading = false;