fix:修改编辑参数值的展示
This commit is contained in:
@@ -1524,7 +1524,7 @@ const handleEditParamValue = (row) => {
|
|||||||
attr_id: row.id,
|
attr_id: row.id,
|
||||||
attr_name: row.name,
|
attr_name: row.name,
|
||||||
attr_value: row.value || '',
|
attr_value: row.value || '',
|
||||||
attr_price: row.price || 0,
|
attr_price: row.price / 100 || 0,
|
||||||
index: row.index || 0,
|
index: row.index || 0,
|
||||||
attr_range: row.phase || 0, // API返回的字段是 phase
|
attr_range: row.phase || 0, // API返回的字段是 phase
|
||||||
range_type: row.rangeType || 'equal'
|
range_type: row.rangeType || 'equal'
|
||||||
|
|||||||
Reference in New Issue
Block a user