1
李喆(开发组)
2025-03-18 122deb4a51475b271bd5d4de36593c1c5f925f1d
src/views/mdc/processParam/TimeLine.vue
@@ -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) {