1
lzhe
2024-11-01 e5cdf3af17609b49138cec3e8fb200752365f651
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) {