| | |
| | | <!-- |
| | | * @Date: 2024-04-09 22:11:21 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-04-21 18:58:16 |
| | | * @LastEditTime: 2024-05-14 20:40:54 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/alarm-statistics.vue |
| | | * 效率分析 |
| | | --> |
| | |
| | | </el-main> |
| | | <el-footer> |
| | | <el-button @click="query()">查询</el-button> |
| | | <el-button>导出</el-button> |
| | | <!-- <el-button>导出</el-button> --> |
| | | </el-footer> |
| | | </el-container> |
| | | </el-aside> |
| | |
| | | }, |
| | | methods: { |
| | | query(firstWorkKey) { |
| | | console.log('------') |
| | | let workstationId = firstWorkKey ? [firstWorkKey] : [...this.treeChecked] |
| | | this.$refs[this.activeName].init({ |
| | | endDate: this.time[1], |
| | | startDate: this.time[0], |
| | | workstationId |
| | | this.$nextTick(() => { |
| | | this.$refs[this.activeName].init({ |
| | | endDate: this.time[1], |
| | | startDate: this.time[0], |
| | | workstationId |
| | | }) |
| | | }) |
| | | |
| | | } |
| | | } |
| | | } |