黄千龙
2023-04-17 fe371deb6a1e8941d1cd5e3f427d9a201e719b12
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());