Browse Source

20240926

java8
qiezi 1 year ago
parent
commit
ec54d0e832
  1. 4
      src/views/modules/fanuc/currency.vue

4
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 = ''
}

Loading…
Cancel
Save