소스 검색

授信管理

peixh 4 년 전
부모
커밋
f4a0c18869
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      front-vue/package.json
  2. 1 1
      front-vue/src/views/service/creditLine/creditLine.vue

+ 1 - 0
front-vue/package.json

@@ -51,6 +51,7 @@
     "normalize.css": "^8.0.1",
     "nprogress": "0.2.0",
     "path-to-regexp": "6.2.0",
+    "pdfobject": "^2.2.6",
     "qiniu-js": "^3.1.2",
     "quill": "1.3.7",
     "screenfull": "5.0.2",

+ 1 - 1
front-vue/src/views/service/creditLine/creditLine.vue

@@ -353,7 +353,7 @@ export default {
       this.loading = true;
       listCreditLine(this.queryParams).then(response => {
         this.creditLineList = response.data.records;
-        if(response.data.records){
+        if(response.data.records[0]){
           this.companyType = response.data.records[0].companyType
         }
         this.total = response.data.total;