瀏覽代碼

cfca授权编号激活后图片显示两个的bug

ch 3 年之前
父節點
當前提交
be762dd30a
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      front-vue/src/views/service/companyInformation/companyInformation.vue

+ 7 - 0
front-vue/src/views/service/companyInformation/companyInformation.vue

@@ -647,6 +647,7 @@ export default {
                 }
                 //营业执照信息
                 if (response.data.licenseList) {
+                    this.licenseFileList=[];
                     const licenseImg = response.data.licenseList[0].pfiUrl;
                     const licenseImgId = response.data.licenseList[0].pfiFileId;
                     if (licenseImg != "" && licenseImgId != "") {
@@ -662,6 +663,7 @@ export default {
                 }
                 //法人正面信息
                 if (response.data.legalList) {
+                    this.legalFileList = [];
                     const legalImg = response.data.legalList[0].pfiUrl;
                     const legalImgId = response.data.legalList[0].pfiFileId;
                     if (legalImg != "" && legalImgId != "") {
@@ -681,6 +683,7 @@ export default {
                 }
                 //法人反面信息
                 if (response.data.legalBackList) {
+                    this.legalBackFileList = [];
                     const legalBackImg = response.data.legalBackList[0].pfiUrl;
                     const legalBackImgId =
                         response.data.legalBackList[0].pfiFileId;
@@ -700,6 +703,7 @@ export default {
                 }
                 //经办人正面信息
                 if (response.data.handlerPositiveList) {
+                    this.handlerPositiveList = [];
                     const handlerPositiveImg =
                         response.data.handlerPositiveList[0].pfiUrl;
                     const handlerPositiveImgId =
@@ -720,6 +724,7 @@ export default {
                 }
                 //经办人反面信息
                 if (response.data.handlerNegativeList) {
+                    this.handlerNegativeList = [];
                     const handlerNegativeImg =
                         response.data.handlerNegativeList[0].pfiUrl;
                     const handlerNegativeImgId =
@@ -743,6 +748,7 @@ export default {
                 }
                 //法人授权书信息
                 if (response.data.authorizationList) {
+                    this.authorizationFileList = [];
                     const authorizationFileName =
                         response.data.authorizationList[0].pfiFileName;
                     const authorizationFile =
@@ -766,6 +772,7 @@ export default {
                 }
                 //数字证书授权与承诺书信息
                 if (response.data.commitmentList) {
+                    this.commitmentFileList = [];
                     const commitmentFileName =
                         response.data.commitmentList[0].pfiFileName;
                     const commitmentFile =