add 驱动
This commit is contained in:
@@ -149,6 +149,14 @@ export function reload() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function selectRequestMethodList() {
|
||||
return request({
|
||||
url: 'api/device/selectRequestMethodList',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
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, selectRequestMethodList }
|
||||
|
||||
@@ -26,10 +26,11 @@ export function selectDriverCodeList(device_code) {
|
||||
})
|
||||
}
|
||||
|
||||
export function updateConfig(parentForm, form, data1, data2) {
|
||||
export function updateConfig(parentForm, form, modeform,data1, data2) {
|
||||
const data = {
|
||||
parentForm,
|
||||
form,
|
||||
modeform,
|
||||
data1,
|
||||
data2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user