error message show

This commit is contained in:
CHIEFSOFT\ameye
2024-08-22 07:40:03 -04:00
parent 678a545ce6
commit c0ec45e541
+4 -1
View File
@@ -192,7 +192,10 @@ if ( this.job_duration== undefined || this.job_duration < 1){
}
else
{
this.assign_mak_result = this.assigResult.status;
setTimeout(()=>{
this.assign_mak_result ='';
}, 3000);
}
}
);