From ec54d0e8328c01aafdd3ccd70610689c5b3e5978 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 26 Sep 2024 13:11:13 +0800 Subject: [PATCH] 20240926 --- src/views/modules/fanuc/currency.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/fanuc/currency.vue b/src/views/modules/fanuc/currency.vue index 61fad3c..7f8ffa8 100644 --- a/src/views/modules/fanuc/currency.vue +++ b/src/views/modules/fanuc/currency.vue @@ -1391,8 +1391,8 @@ export default { findCurrency(params).then(({data}) => { if (data && data.code === 0) { if (data.page.list.length === 1) { - this.modalData1.currency = this.dataList[0].currency - this.modalData1.currencyDesc = this.dataList[0].currencyDesc + this.modalData1.currency = data.page.list[0].currency + this.modalData1.currencyDesc = data.page.list[0].currencyDesc } else { this.modalData1.currencyDesc = '' }