Parcourir la source

Merge branch 'master' of http://git.minpay.cc/SupplyChain/front

tudc il y a 4 ans
Parent
commit
6adc2b77b6

+ 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;