Commit 0a343330e60bdd5562a0c204f7d718900587b15d
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| @@ -1938,7 +1938,7 @@ const BoxComponent = props => { | @@ -1938,7 +1938,7 @@ const BoxComponent = props => { | ||
| 1938 | return false; | 1938 | return false; |
| 1939 | } else { | 1939 | } else { |
| 1940 | if (item.sName === "iPage") { | 1940 | if (item.sName === "iPage") { |
| 1941 | - const rateList = JSON.parse(slaveConfig.gdsconfigformslave.find(x => x.sName === "iRateType")?.showDropDown) || []; | 1941 | + const rateList = commonUtils.convertStrToObj(slaveConfig.gdsconfigformslave.find(x => x.sName === "iRateType")?.showDropDown, []); |
| 1942 | item.showName = rateList[Number(selectedNode.iRateType)] || "倍率"; | 1942 | item.showName = rateList[Number(selectedNode.iRateType)] || "倍率"; |
| 1943 | } | 1943 | } |
| 1944 | } | 1944 | } |