diff --git a/sgzb-ui/src/api/store/putInStore.js b/sgzb-ui/src/api/store/putInStore.js index ef49fedb..ebe7e699 100644 --- a/sgzb-ui/src/api/store/putInStore.js +++ b/sgzb-ui/src/api/store/putInStore.js @@ -46,6 +46,15 @@ export function inputByType(data) { }) } +// 获取 设备树 +export function getDeviceTypeTree(params = {}){ + return request({ + url: '/system/select/getDeviceTypeTree', + method: 'post', + data: params + }) +} + diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index a6acabf7..0755cf96 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -1,7 +1,7 @@