hotfix/2.9.42309.01

This commit is contained in:
黎永顺 2023-09-20 17:42:06 +08:00
parent c0220d8853
commit e7e4d17cfa
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export default class Programme extends React.Component {
return {
...item,
items: _.map(item.items, o => {
if (getKey(o) === "paymentType") {
if (getKey(o) === "paymentTypeEnum") {
return {
...o,
options: [
@ -369,7 +369,7 @@ export default class Programme extends React.Component {
return {
...item,
items: _.map(item.items, o => {
if (getKey(o) === "paymentType") {
if (getKey(o) === "paymentTypeEnum") {
return {
...o,
options: [