29083
This commit is contained in:
@@ -136,9 +136,9 @@ export default {
|
|||||||
getTableData() {
|
getTableData() {
|
||||||
this.instance.post(`/appfinancingdemand/staticFinancialDemandByOrganization?areaId=${this.search.areaId}&organizationId=${this.search.organizationId}`).then(res => {
|
this.instance.post(`/appfinancingdemand/staticFinancialDemandByOrganization?areaId=${this.search.areaId}&organizationId=${this.search.organizationId}`).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
if (res.data['对接成功率(%)']) {
|
// if (res.data['对接成功率(%)']) {
|
||||||
res.data['对接成功率(%)'] = Number(res.data['对接成功率(%)'] * 100) + '%'
|
// res.data['对接成功率(%)'] = Number(res.data['对接成功率(%)'] * 100) + '%'
|
||||||
}
|
// }
|
||||||
this.cloList = res.data
|
this.cloList = res.data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user