force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
@@ -63,13 +63,11 @@ return; } if (this.status != "跟进中") { alert("不是跟进中不能点击"); this.showToast("不是跟进中不能点击","error"); this.dispatchEvent(new CloseActionScreenEvent()); return; } if (this.isVOC == undefined) { alert("必须选择是否VOC"); this.showToast("必须选择是否VOC","error"); this.dispatchEvent(new CloseActionScreenEvent()); return;