diff --git a/src/views/rescue/api/rescueRoad.js b/src/views/rescue/api/rescueRoad.js index cc3ceca..a59e2ca 100644 --- a/src/views/rescue/api/rescueRoad.js +++ b/src/views/rescue/api/rescueRoad.js @@ -28,4 +28,33 @@ export function delRescueRoad(id) { }) } +export function getDictStaff(ids) { + return request({ + url: '/system/rescueInfo/getDictStaff/' + ids, + method: 'get', + }) +} + +export function getDrivers() { + return request({ + url: '/system/rescueInfo/getDrivers', + method: 'get', + }) +} + +export function getManages() { + return request({ + url: '/system/rescueInfo/getManages', + method: 'get', + }) +} + +export function bindDictStaff(data) { + return request({ + url: '/system/rescueInfo/bindDictStaff', + method: 'post', + data + }) +} + diff --git a/src/views/rescue/rescueRoad.vue b/src/views/rescue/rescueRoad.vue index 8dcad05..d04d61c 100644 --- a/src/views/rescue/rescueRoad.vue +++ b/src/views/rescue/rescueRoad.vue @@ -34,7 +34,7 @@ {{ scope.$index + 1 }} - + + + @@ -73,11 +81,56 @@ 取 消 + + + + + + {{bindForm.dictLabel}} + + + + + + + + + + + + + + + +