diff --git a/src/api/tunnelManage.js b/src/api/tunnelManage.js index 0c6e5a0..981862e 100644 --- a/src/api/tunnelManage.js +++ b/src/api/tunnelManage.js @@ -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 + } + }) +} diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue index d5fcf55..10f4cb4 100644 --- a/src/views/device-manage/index.vue +++ b/src/views/device-manage/index.vue @@ -76,6 +76,19 @@ @change="changeFanData(scope.row)"> + + + + + + + @@ -147,6 +160,19 @@ @change="changeWindData(scope.row)"> + + + + + + + @@ -218,6 +244,19 @@ @change="changeOtherData(scope.row)"> + + + + + + + @@ -308,9 +347,10 @@ +