|
|
@@ -416,10 +416,8 @@ export default {
|
|
|
debugger
|
|
|
this.creditLineList = response.data.records;
|
|
|
if(response.data.records[0]){
|
|
|
- // this.companyType = response.data.records[0].companyType
|
|
|
- // this.companyType = '02'
|
|
|
+ this.companyType = response.data.records[0].companyType
|
|
|
}
|
|
|
- this.companyType = '02'
|
|
|
this.total = response.data.total;
|
|
|
this.loading = false
|
|
|
});
|