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