Commit cfff09e8 authored by youjie's avatar youjie

no message

parent f630cced
......@@ -1565,7 +1565,7 @@ export default {
showhuilv(row){
this.apipost('Financial_get_GetFinanceRate', {FinanceId:row.FrID}, res => {
if (res.data.resultCode == 1) {
this.trabeListHL = res.data.data
this.trabeListHL = res.data.data[0]
this.costmodeHL = true
}
}, err => {})
......
......@@ -252,7 +252,7 @@
pageIndex:1,
pageSize:14,
CurrencyId:'-1',
StandardCurrencyId:11,
StandardCurrencyId:3,
},
addMsg:{
CurrencyId:'',
......
......@@ -263,7 +263,7 @@
pageIndex:1,
pageSize:14,
CurrencyId:'-1',
StandardCurrencyId:11,
StandardCurrencyId:3,
StartTime: '',
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