gaoshp
2024-11-19 f29900986f01cf5d39b5755cec674825cef27961
src/views/mdc/processParam/TimeLine.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-23 20:03:41
 * @LastEditors: Sneed
 * @LastEditTime: 2024-04-24 20:48:55
 * @LastEditTime: 2024-06-18 23:16:52
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/processParam/TimeLine.vue
-->
<template>
@@ -39,7 +39,7 @@
export default {
    data() {
        return {
            step: 1,
            step: 2,
            params: {},
            dateList: [],
            lines: [],
@@ -91,7 +91,7 @@
        },
        queryTime(data) {
            if (!data.workstationId) return
            this.$HTTP.post('/api/blade-mdc/process-parameter/all-shift-time', {
            this.$HTTP.post('/api/mdc/process-parameter/all-shift-time', {
                ...data
            }).then(res => {
                if (res.code == 200) {