123
chenjingwu
2024-04-15 a099abe8d0ff0699296c9bcc53ca00b98d167c73
force-app/main/default/lwc/oshRecieved/oshRecieved.js
@@ -33,7 +33,7 @@
        }).then(result => {
            this.IsLoading = false;
            this.qisReportId = result.Id;
            this.qisStatus = result.QIStatus;
            this.qisStatus = result.qIStatus;
            console.log('this.qisStatus='+this.qisStatus);
            if (this.qisStatus!='OSH检测申请' && this.qisStatus!='完毕') {
                const evt = new ShowToastEvent({
@@ -42,6 +42,8 @@
                        variant: 'error'
                    });
                this.dispatchEvent(evt);
                this.dispatchEvent(new CloseActionScreenEvent());
                return;
            }else{
               this.updateQisSubmit();
            }