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