add 驱动

This commit is contained in:
USER-20220102CG\noblelift
2023-07-10 09:08:52 +08:00
parent cee5a57757
commit 5b6add0c1c
72 changed files with 2824 additions and 1664 deletions

View File

@@ -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 }

View File

@@ -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
}