Commit cfff09e8 authored by youjie's avatar youjie

no message

parent f630cced
...@@ -1565,7 +1565,7 @@ export default { ...@@ -1565,7 +1565,7 @@ export default {
showhuilv(row){ showhuilv(row){
this.apipost('Financial_get_GetFinanceRate', {FinanceId:row.FrID}, res => { this.apipost('Financial_get_GetFinanceRate', {FinanceId:row.FrID}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.trabeListHL = res.data.data this.trabeListHL = res.data.data[0]
this.costmodeHL = true this.costmodeHL = true
} }
}, err => {}) }, err => {})
......
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
pageIndex:1, pageIndex:1,
pageSize:14, pageSize:14,
CurrencyId:'-1', CurrencyId:'-1',
StandardCurrencyId:11, StandardCurrencyId:3,
}, },
addMsg:{ addMsg:{
CurrencyId:'', CurrencyId:'',
......
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
pageIndex:1, pageIndex:1,
pageSize:14, pageSize:14,
CurrencyId:'-1', CurrencyId:'-1',
StandardCurrencyId:11, StandardCurrencyId:3,
StartTime: '', StartTime: '',
EndTime: '' EndTime: ''
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment