Commit 99eae116 authored by youjie's avatar youjie

no message

parent 81f24d34
......@@ -124,7 +124,7 @@
</td>
</tr>
<tr v-if="dataList.length==0">
<td style="text-align:center" colspan="7">暂无数据</td>
<td style="text-align:center" colspan="8">暂无数据</td>
</tr>
</table>
<!-- 分页 -->
......@@ -237,7 +237,7 @@
},
editRate(item){
this.addMsg.PeriodsId = item.Id
this.addMsg.CurrencyRate = item.CurrencyRateList
this.addMsg.CurrencyRate = JSON.parse(JSON.stringify(item.CurrencyRateList))
this.showVisible = true
},
......
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