|
|
|
@ -429,13 +429,13 @@ export default {
|
|
|
|
|
draggable, companyAddCert, supCertSetSelectDialog
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
getCompanyInfo() {
|
|
|
|
|
let query = {
|
|
|
|
|
customerId: this.$store.getters.customerId
|
|
|
|
|
}
|
|
|
|
|
getCompany(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
debugger
|
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
|
if(this.inputQuery.auditStatus ==null){
|
|
|
|
|
this.inputQuery.auditStatus=0;
|
|
|
|
@ -575,6 +575,7 @@ export default {
|
|
|
|
|
getCompanyCertList() {
|
|
|
|
|
this.certLoading = true;
|
|
|
|
|
this.certQuery.customerId = this.inputQuery.customerId;
|
|
|
|
|
debugger
|
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
|
|