fix : 细节优化
This commit is contained in:
@@ -118,9 +118,11 @@ watch(() => props.eleData, (now) => {
|
||||
if (now) {
|
||||
let fanObj = {}
|
||||
now.frequencyChangerList.forEach(item => {
|
||||
fanObj = {
|
||||
value: item.equipmentId,
|
||||
label: changeNum(item.equipmentId)
|
||||
if (item.equipmentId === 22 || item.equipmentId === 23) {
|
||||
fanObj = {
|
||||
value: item.equipmentId,
|
||||
label: changeNum(item.equipmentId)
|
||||
}
|
||||
}
|
||||
fanList.value.push(fanObj)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user