fix : 注释序列号

This commit is contained in:
2024-08-20 22:48:08 +08:00
parent 191c7dbbb5
commit 493f816e3c
4 changed files with 64 additions and 64 deletions

View File

@@ -56,12 +56,13 @@ export const editEquipment = (data) => {
data
})
}
export const getEquipmentSerialNumberOptions = (tunnelId) => {
export const getEquipmentSerialNumberOptions = (tunnelId,equipmentId) => {
return request({
url: '/tunnel/tunnel/serialnumber/options',
method: 'get',
params:{
tunnelId:tunnelId
tunnelId:tunnelId,
equipmentId:equipmentId
}
})
}