|
|
@@ -1695,7 +1695,7 @@ export default {
|
|
|
commitAudit () {
|
|
|
console.log('提交审批')
|
|
|
console.log(this.formData)
|
|
|
- apiCert.checkSupplierCertCanSubmit(this.formData.Id, this.$axios)
|
|
|
+ apiCert.checkSupplierCertCanSubmit(this.formData.CertId, this.$axios)
|
|
|
.then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
this.selectAuditOrg()
|