| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: gaoshp |
| | | * @LastEditTime: 2024-10-27 14:55:20 |
| | | * @LastEditTime: 2024-10-28 19:51:45 |
| | | * @FilePath: /cps-web/src/views/mdc/processParam/index.vue |
| | | 实时看板 |
| | | --> |
| | |
| | | ...this.list[index], |
| | | dayCharts: {} |
| | | }) |
| | | let params = { ...item } |
| | | try { |
| | | delete params.name |
| | | delete params.height |
| | | } catch (err) { console.error(err) } |
| | | this.$HTTP.post('/api/blade-mdc/process-parameter/chart/dmp-item', { |
| | | methodEnum: "HOUR", |
| | | startTime: this.timeRange.startTime, |
| | | endTime: this.timeRange.endTime, |
| | | workstationId: this.treeChecked.toString(), |
| | | workstationName: '', |
| | | dmpDTO: { |
| | | dpDTO: { |
| | | id: this.treeChecked.toString(), |
| | | dmpDeviced: item.dmpDeviceId, |
| | | name: item.name, |
| | | description: item.description, |
| | | dataType: item.dataType, |
| | | wcsDataType: item.wcsDataType, |
| | | processParameter: item.processParameter |
| | | // name: item.name, |
| | | ...params |
| | | // dmpDeviced: item.dmpDeviceId, |
| | | // description: item.description, |
| | | // dataType: item.dataType, |
| | | // wcsDataType: item.wcsDataType, |
| | | // processParameter: item.processParameter |
| | | } |
| | | }).then(res => { |
| | | // if (['DeviceStatus', 'ProcessProgram'].includes(item.name)) { |