This commit is contained in:
2022-11-29 15:38:04 +08:00
parent 0763920948
commit ca02e2998f
7 changed files with 223 additions and 4 deletions

View File

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