| | |
| | | <!-- |
| | | * @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> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | step: 1, |
| | | step: 2, |
| | | params: {}, |
| | | dateList: [], |
| | | lines: [], |
| | |
| | | }, |
| | | 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) { |