diff --git a/qd/src/api/acs/device/device.js b/qd/src/api/acs/device/device.js index e65c9df..d7e7bf7 100644 --- a/qd/src/api/acs/device/device.js +++ b/qd/src/api/acs/device/device.js @@ -159,4 +159,4 @@ export function reload() { export default { add, edit, del, selectDeviceList, selectDeviceListByRegion, callAgv, responseAgv, selectDeviceDevicerInfo, autoCreateTask, changeDeviceStatus, cleanTask, queryStorageExtra, selectConDeviceList, saveBarcode, selectDeviceListOne, selectDeviceListTwo, selectDeviceListThree, - addMaterial, cleanMaterial, changeFenceStatus,reload } + addMaterial, cleanMaterial, changeFenceStatus, reload } diff --git a/qd/src/api/acs/instruction/instruction.js b/qd/src/api/acs/instruction/instruction.js index 436c53c..4d2f34d 100644 --- a/qd/src/api/acs/instruction/instruction.js +++ b/qd/src/api/acs/instruction/instruction.js @@ -1,6 +1,5 @@ import request from '@/utils/request' - export function add(data) { return request({ url: 'api/instruction', diff --git a/qd/src/api/acs/route/routeLine.js b/qd/src/api/acs/route/routeLine.js index afa39c0..78fe275 100644 --- a/qd/src/api/acs/route/routeLine.js +++ b/qd/src/api/acs/route/routeLine.js @@ -22,7 +22,7 @@ export function edit(data) { method: 'put', data }) -}export function enabled(data) { +} export function enabled(data) { return request({ url: 'api/routeLine/enabled', method: 'put', @@ -37,4 +37,4 @@ export function reload() { }) } -export default { add, edit, del,enabled,reload } +export default { add, edit, del, enabled, reload } diff --git a/qd/src/api/acs/stage/stage.js b/qd/src/api/acs/stage/stage.js index 2cb059e..c3e19ff 100644 --- a/qd/src/api/acs/stage/stage.js +++ b/qd/src/api/acs/stage/stage.js @@ -31,4 +31,4 @@ export function selectStageList() { }) } -export default { add, edit, del,selectStageList } +export default { add, edit, del, selectStageList } diff --git a/qd/src/api/acs/task/task.js b/qd/src/api/acs/task/task.js index c0680dd..015c05f 100644 --- a/qd/src/api/acs/task/task.js +++ b/qd/src/api/acs/task/task.js @@ -95,5 +95,5 @@ export function specialTaskCreate(data) { }) } -export default { add, edit, del, finish, cancel, createTaskByClick, deviceAskTask, ordinaryTaskCreate, specialTaskCreate, createInst,reload } +export default { add, edit, del, finish, cancel, createTaskByClick, deviceAskTask, ordinaryTaskCreate, specialTaskCreate, createInst, reload } diff --git a/qd/src/components/Echarts/BarChart2.vue b/qd/src/components/Echarts/BarChart2.vue index 4c2580c..3007a8f 100644 --- a/qd/src/components/Echarts/BarChart2.vue +++ b/qd/src/components/Echarts/BarChart2.vue @@ -7,7 +7,6 @@ import echarts from 'echarts' require('echarts/theme/macarons') // echarts theme import { debounce } from '@/utils' - export default { props: { className: { diff --git a/qd/src/layout/components/Navbar.vue b/qd/src/layout/components/Navbar.vue index ecd82e3..d938a40 100644 --- a/qd/src/layout/components/Navbar.vue +++ b/qd/src/layout/components/Navbar.vue @@ -1,20 +1,24 @@