|
|
@@ -1610,8 +1610,8 @@ export default {
|
|
|
this.chooseAuditorVisible = true
|
|
|
},
|
|
|
commitAudit () {
|
|
|
- this.saveEntity(1)
|
|
|
- this.updateNumberEntityNoInfo()
|
|
|
+ // this.saveEntity(1)
|
|
|
+ // this.updateNumberEntityNoInfo()
|
|
|
apiCert.checkSupplierCertCanSubmit(this.certId, this.$axios)
|
|
|
.then(res => {
|
|
|
if (res.data.code === 0) {
|