浏览代码

【UAS移动端】【字段顺序影响放大镜赋值问题】

wuyx 2 月之前
父节点
当前提交
00d70b8ae0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      uas-office-web/uas-mobile/src/components/common/currencyDetail/CurrencyDetail.jsx

+ 1 - 1
uas-office-web/uas-mobile/src/components/common/currencyDetail/CurrencyDetail.jsx

@@ -518,7 +518,7 @@ class CurrencyDetail extends Component {
           }
         })
       } else {
-        billGroupModelList.forEach((billGroup, index) => {
+        billGroupList.forEach((billGroup, index) => {
           if (!isObjNull(billGroup)) {
             let showBillFields = billGroup.showBillFields
             let hideBillFields = billGroup.hideBillFields