@@ -1019,7 +1019,6 @@
},
getAuditStepCodeByStatus () {
- console.log('卧槽状态不对啊', this.formDataCert.Status)
if (this.formDataCert.Status === '1') {
this.auditstepcode = 'FIRST_TRIAL'
} else if (this.formDataCert.Status === '2') {
@@ -1026,7 +1026,6 @@