force-app/main/default/lwc/lexOSHNogoods/lexOSHNogoods.js
@@ -55,11 +55,10 @@ }) } // 减价申请 // OSH无实物送达 OSHNogoods() { if (this.QISStatusC != 'OSH检测申请' && this.QISStatusC != '完毕') { this.ShowToastEvent("OSH已经收到实物", "error") // alert('OSH已经收到实物'); } else { updateOSHNogoods({ Id: this.Id, @@ -71,9 +70,6 @@ var split = result.split(", "); alert(split[1]); } location.reload(); }).catch(error => { console.log(error); }) } }