浏览代码

融资详情账号不需要根据放款方式重新赋值,直接取融资表的数据

xuefy 3 年之前
父节点
当前提交
4e67f9ef6b
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      front-vue/src/views/service/financeRecord/detailFinanceRecord.vue

+ 2 - 3
front-vue/src/views/service/financeRecord/detailFinanceRecord.vue

@@ -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){