|
|
@@ -496,7 +496,7 @@
|
|
|
@click="dialogVisibleCom = false">取 消</el-button>
|
|
|
<el-button size="mini"
|
|
|
type="primary"
|
|
|
- @click="SubpEntity">确定</el-button>
|
|
|
+ @click="SubpEntity" :loading="loading">确定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
|
|
|
@@ -1764,6 +1764,7 @@ export default {
|
|
|
this.applyLoading = true
|
|
|
this.auditform.FirstAuditName = this.UnitOrg
|
|
|
this.auditform.CertId = this.certId
|
|
|
+ this.loading = true
|
|
|
apiCert.auditEntity(this.certId, this.auditform, this.$axios)
|
|
|
.then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
@@ -1780,7 +1781,7 @@ export default {
|
|
|
message: res.data.message
|
|
|
})
|
|
|
}
|
|
|
- this.applyLoading = false
|
|
|
+ this.loading = false
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err)
|