add 导入
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user