From a528e20504cb74e8680e7c71edec8e45b16a50f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Sun, 12 Mar 2023 16:28:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supplier/company/basicCompany.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/supplier/company/basicCompany.vue b/src/views/supplier/company/basicCompany.vue index b7abfb3..087d25b 100644 --- a/src/views/supplier/company/basicCompany.vue +++ b/src/views/supplier/company/basicCompany.vue @@ -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) => {