设备登记-设备类型屏蔽网关字段&设备型号添加搜索
This commit is contained in:
@@ -187,6 +187,10 @@ queryByCode('Device_Type').then(res => {
|
||||
...item
|
||||
}
|
||||
})
|
||||
let index = devTypeOptions.value.findIndex((item: any) => {
|
||||
return item.name == '网关'
|
||||
})
|
||||
devTypeOptions.value.splice(index, 1)
|
||||
})
|
||||
queryByid(id).then(res => {
|
||||
res.data.map((item: any, index: any) => {
|
||||
|
||||
Reference in New Issue
Block a user