+
+
+
+
+
+
{
this.certList = res.data.list || []
this.certTotal = res.data.total;
@@ -623,9 +695,14 @@ export default {
this.customerVisible = false;
},
checkDialog(row) {
+ // this.registrationId = row.id;
+ // this.curProductQuery = row;
+ console.log("1");
+ console.log(this.curProductQuery)
this.formData=row;
this.formVisible = true;
this.query.businessId=row.id;
+
this.getCertList();
},
@@ -640,7 +717,8 @@ export default {
},
},
- components: {ElImageViewer,customerUser
+ components: {
+ companyAddCert, ElImageViewer,customerUser
},