Merge remote-tracking branch 'origin/lxl-dev' into lxl-dev
This commit is contained in:
commit
d55f95e7d3
@ -63,7 +63,7 @@
|
|||||||
import { ref, watch } from 'vue'
|
import { ref, watch } from 'vue'
|
||||||
import { getStartNodeFormData, formatTableData } from '@/utils/flow'
|
import { getStartNodeFormData, formatTableData } from '@/utils/flow'
|
||||||
// import { Plus, Minus } from '@element-plus/icons-vue'
|
// import { Plus, Minus } from '@element-plus/icons-vue'
|
||||||
import { flowExecuteTrial } from '@/api/device/flow'
|
import { flowExecuteTrial } from '@/api/flow/flow'
|
||||||
import { emitter } from '@/utils/eventBus';
|
import { emitter } from '@/utils/eventBus';
|
||||||
import { ElMessage } from 'element-plus';
|
import { ElMessage } from 'element-plus';
|
||||||
import { getRobotList } from '@/api/inspection/robot'
|
import { getRobotList } from '@/api/inspection/robot'
|
||||||
|
|||||||
@ -106,7 +106,7 @@ import { Plus, Minus } from '@element-plus/icons-vue'
|
|||||||
import FormItemRecursive from '../FormItemRecursive.vue'
|
import FormItemRecursive from '../FormItemRecursive.vue'
|
||||||
import { getInput } from '@/utils/flow'
|
import { getInput } from '@/utils/flow'
|
||||||
import { useQuote } from './useQuote.js'
|
import { useQuote } from './useQuote.js'
|
||||||
import { getArmStatus, getArmJointState, getAgvStatus, getAgvStations } from '@/api/device/flow'
|
import { getArmStatus, getArmJointState, getAgvStatus, getAgvStations } from '@/api/flow/flow'
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
|
|||||||
@ -267,7 +267,7 @@ import {
|
|||||||
flowStop,
|
flowStop,
|
||||||
flowAction,
|
flowAction,
|
||||||
getAgvStations,
|
getAgvStations,
|
||||||
} from "@/api/device/flow";
|
} from "@/api/flow/flow";
|
||||||
import { getDetect } from "@/api/test/detect";
|
import { getDetect } from "@/api/test/detect";
|
||||||
import { getRobotList } from '@/api/inspection/robot'
|
import { getRobotList } from '@/api/inspection/robot'
|
||||||
import {
|
import {
|
||||||
|
|||||||
@ -343,7 +343,7 @@ import {
|
|||||||
updateConfig,
|
updateConfig,
|
||||||
} from "@/api/test/config";
|
} from "@/api/test/config";
|
||||||
|
|
||||||
import { flowExecute } from "@/api/device/flow";
|
import { flowExecute } from "@/api/flow/flow";
|
||||||
import TableSearch from "@/components/TableSearch/index.vue";
|
import TableSearch from "@/components/TableSearch/index.vue";
|
||||||
import draggable from "vuedraggable";
|
import draggable from "vuedraggable";
|
||||||
import { listDetect } from "@/api/test/detect.js";
|
import { listDetect } from "@/api/test/detect.js";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user