rev 设备导入

This commit is contained in:
USER-20220102CG\noblelift
2023-07-28 09:41:01 +08:00
parent 17b80da888
commit 0913a4aad7
3 changed files with 19 additions and 11 deletions

View File

@@ -149,6 +149,14 @@ export function reload() {
})
}
export function selectRequestMethodList() {
return request({
url: 'api/device/selectRequestMethodList',
method: 'get'
})
}
export function excelImport(data) {
return request({
url: 'api/device/excelImport',
@@ -159,4 +167,4 @@ export function excelImport(data) {
export default { add, edit, del, selectDeviceList, selectDeviceListByRegion, callAgv, responseAgv, selectDeviceDevicerInfo, autoCreateTask,
changeDeviceStatus, cleanTask, queryStorageExtra, selectConDeviceList, saveBarcode, selectDeviceListOne, selectDeviceListTwo, selectDeviceListThree,
addMaterial, cleanMaterial, reload, excelImport }
addMaterial, cleanMaterial, reload, selectRequestMethodList, excelImport }