|
|
@@ -1174,7 +1174,7 @@ export default {
|
|
|
this.formDataCert.Status = this.formData.Status
|
|
|
this.formDataCert.WorkflowId = this.formData.WorkflowId
|
|
|
this.formDataCert.InStyle = this.formData.InStyle
|
|
|
- if (this.formDataCert.Status > 0) {
|
|
|
+ if (this.formDataCert.Status != 0) {
|
|
|
this.totalTab = 4
|
|
|
}
|
|
|
if (this.formData.Status > 0 || this.formData.Status == -5) {
|