force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
@@ -52,8 +52,6 @@ }).catch(error => { console.log("error"); console.log(error); }).finally(() => { }); } @@ -95,11 +93,11 @@ personId:this.personId } ).then(result =>{ if(result == null){ if(result){ this.showToast(result,"error"); }else{ this.showToast("成功","success"); this.updateRecordView(this.recordId); }else { this.showToast(result,"error"); } this.Isloading = false; this.dispatchEvent(new CloseActionScreenEvent());