Commit ff7ae6a7 authored by youjie's avatar youjie

no message

parent b0c9a66b
...@@ -601,7 +601,7 @@ ...@@ -601,7 +601,7 @@
<tr class="addList1" @keyup.enter="addList(1)"> <tr class="addList1" @keyup.enter="addList(1)">
<td>--- <td>
<el-select v-if="!SelectState" filterable v-model='detailList.CostTypeId' ref='CostTypeId' <el-select v-if="!SelectState" filterable v-model='detailList.CostTypeId' ref='CostTypeId'
:placeholder="$t('rule.qxzfyshuoming')" :placeholder="$t('rule.qxzfyshuoming')"
@change="getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)" @change="getCostTypeName(detailList.CostTypeId), getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)"
...@@ -1614,8 +1614,7 @@ ...@@ -1614,8 +1614,7 @@
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
res.data.data.forEach(y => { res.data.data.forEach(y => {
y.contentTips = y.AuditDescription + (y.AuditWay == "2" ? this.$t('fnc.huiqian') : this.$t( y.contentTips = y.AuditDescription + (y.AuditWay == "2" ? this.$t('fnc.huiqian') : this.$t('fnc.huoqian'))
'fnc.huoqian'))
}) })
this.AuditListData.AuditList = res.data.data; this.AuditListData.AuditList = res.data.data;
let data = JSON.parse(JSON.stringify(this.AuditListData.AuditList)); let data = JSON.parse(JSON.stringify(this.AuditListData.AuditList));
......
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