hailu
2024-03-13 30f057199b2285b8be2fd6459477881bc3459107
优化
3个文件已修改
27 ■■■■ 已修改文件
src/view/diligenceTools/bankMarket.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/gongkaixinxi/publicJinyinFengx.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/gongkaixinxi/relationDeep.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bankMarket.vue
@@ -1491,7 +1491,8 @@
                width: 80,
                align: "center",
            }); columns.push({
            });
            columns.push({
                title: "融资额(万元)",
                key: "FinancingAmount",
                render: (h, params) => {
@@ -1503,7 +1504,19 @@
                },
                width: 100,
                align: "center",
            });
            columns.push({
                title: "货币类型",
                key: "CurrencyType",
                render: (h, params) => {
                    if (params.row.CurrencyType) {
                        return h("span",  params.row.CurrencyType);
                    } else {
                        return h("span", "--");
                    }
                },
                width: 100,
                align: "center",
            });
            columns.push({
                title: "利率(%)",
src/view/diligenceTools/gongkaixinxi/publicJinyinFengx.vue
@@ -1741,7 +1741,10 @@
                method: 'post'
            }).then(res => {
                if (res.data.Check) {
                    this.historyList = res.data.Data
                    // this.historyList = res.data.Data
                    this.historyList=sessionStorage.getItem('historyCompany')?[sessionStorage.getItem('historyCompany'),...res.data.Data]:res.data.Data
                    this.historyList = [...new Set(this.historyList)]
                    sessionStorage.clear('historyCompany')
                    if (this.historyList.length > 0 && this.selectedName === '') {
                        this.searchName = this.historyList[0]
                        this.selectedName = this.historyList[0]
src/view/diligenceTools/gongkaixinxi/relationDeep.vue
@@ -288,7 +288,10 @@
                method: 'post'
            }).then(res => {
                if (res.data.Check) {
                    this.historyList = res.data.Data
                    // this.historyList = res.data.Data
                    this.historyList=sessionStorage.getItem('historyCompany')?[sessionStorage.getItem('historyCompany'),...res.data.Data]:res.data.Data
                    this.historyList = [...new Set(this.historyList)]
                    sessionStorage.clear('historyCompany')
                    if (this.historyList.length > 0 && this.selectedName === '') {
                        this.searchName = this.historyList[0]
                        this.selectedName = this.historyList[0]