|
|
|
|
@ -141,7 +141,7 @@
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addCert"
|
|
|
|
|
<el-button type="primary" size="mini" icon="search" @click="addCert()"
|
|
|
|
|
style="text-align:right"
|
|
|
|
|
>添加资质证书
|
|
|
|
|
</el-button
|
|
|
|
|
@ -515,6 +515,7 @@ export default {
|
|
|
|
|
this.closeDialog();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
this.inputQuery.auditStatus=0
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
@ -579,6 +580,7 @@ export default {
|
|
|
|
|
,
|
|
|
|
|
|
|
|
|
|
addCert(row) {
|
|
|
|
|
this.addCertVisible = true;
|
|
|
|
|
if (this.$isNotBlank(row) && this.$isNotBlank(row.id)) {
|
|
|
|
|
this.formName = 2
|
|
|
|
|
this.inputQuery.formData = row;
|
|
|
|
|
@ -588,7 +590,7 @@ export default {
|
|
|
|
|
this.inputQuery.formData.addType=1;
|
|
|
|
|
this.editTye = 1;
|
|
|
|
|
}
|
|
|
|
|
this.addCertVisible = true;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
,
|
|
|
|
|
|
|
|
|
|
|