feat : 设备管理新增序列号字段
This commit is contained in:
@@ -56,3 +56,12 @@ export const editEquipment = (data) => {
|
||||
data
|
||||
})
|
||||
}
|
||||
export const getEquipmentSerialNumberOptions = (tunnelId) => {
|
||||
return request({
|
||||
url: '/tunnel/tunnel/serialnumber/options',
|
||||
method: 'get',
|
||||
params:{
|
||||
tunnelId:tunnelId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user