diff --git a/src/components/FinancialModule/HandFee/HandFeeStatistics.vue b/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
index 0a35616784d50aeca479cd2505fdfb54a8f6cb62..942ec3beda738bdb3a02b938fcba6074c9dfab87 100644
--- a/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+++ b/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
@@ -142,7 +142,7 @@
                 <el-tag size="mini" closable
                 style="margin-right: 5px;margin-bottom: 5px;"
                 v-for="(x,index) in multipleSelection"
-                :key="x.FrID" @close="handleClose([multipleSelection[index]])">
+                :key="x.FinanceId" @close="handleClose([multipleSelection[index]])">
                 {{x.FinanceId}}/{{x.CurrencyName+':'+x.OriginalMoney}}
               </el-tag>
               </template>