|
@@ -388,7 +388,6 @@
|
|
|
import {
|
|
|
getRecord,
|
|
|
listBillInf,
|
|
|
- listAccInf,
|
|
|
getRecordSealFile
|
|
|
} from "@/api/service/financeRecord/record";
|
|
|
import { listFinanceInf } from "@/api/common/financeInf";
|
|
@@ -684,11 +683,11 @@ export default {
|
|
|
this.otherFileList = response.data.otherFileList;
|
|
|
}
|
|
|
});
|
|
|
- if (item.zfpcrLoanType == "0") {
|
|
|
+ /* if (item.zfpcrLoanType == "0") {
|
|
|
listAccInf(item.zfiProductId).then(response => {
|
|
|
this.$set(this.form, "zfrCollectionAccount", response.msg);
|
|
|
});
|
|
|
- }
|
|
|
+ } */
|
|
|
});
|
|
|
getCreditDetail(item.zfiId).then((response) => {
|
|
|
if(response.data){
|