修复 绑定对象 编辑商品范围 立减金不能选择问题

This commit is contained in:
wangsongsole 2022-05-27 14:33:14 +08:00
parent f93b5dfebb
commit d918edab3e
3 changed files with 3 additions and 3 deletions

View File

@ -715,7 +715,7 @@ export default class acclist extends React.Component {
let arr = _.map(row.product, (res) => {
let obj = {}
obj.key = res.product_id
obj.key = res.only
obj.text = res.product_name
return obj
})

View File

@ -657,7 +657,7 @@ export default class acclist extends React.Component {
let arr = _.map(row.product, (res) => {
let obj = {}
obj.key = res.product_id
obj.key = res.only
obj.text = res.product_name
return obj
})

View File

@ -957,7 +957,7 @@ export default class acclist extends React.Component {
let arr = _.map(row.product, (res) => {
let obj = {}
obj.key = res.product_id
obj.key = res.only
obj.text = res.product_name
return obj
})