同步代码

ywj_dev
郑明梁 2 years ago
parent 94817e3325
commit a528e20504

@ -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) => {

Loading…
Cancel
Save