add 导入

This commit is contained in:
USER-20220102CG\noblelift
2023-07-27 10:30:30 +08:00
parent 34233e96b1
commit 17b80da888
7 changed files with 242 additions and 9 deletions

View File

@@ -149,14 +149,14 @@ export function reload() {
})
}
export function selectRequestMethodList() {
export function excelImport(data) {
return request({
url: 'api/device/selectRequestMethodList',
method: 'get'
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, selectRequestMethodList }
addMaterial, cleanMaterial, reload, excelImport }