| | |
| | | width: 80, |
| | | align: "center", |
| | | |
| | | }); columns.push({ |
| | | }); |
| | | columns.push({ |
| | | title: "融资额(万元)", |
| | | key: "FinancingAmount", |
| | | render: (h, params) => { |
| | |
| | | }, |
| | | 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: "利率(%)", |
| | |
| | | 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] |
| | |
| | | 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] |