| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-04-16 15:22:46 |
| | | * @LastEditors: 李喆(开发组) lzhe@yxqiche.com |
| | | * @LastEditTime: 2025-03-11 09:49:57 |
| | | * @LastEditTime: 2025-03-11 10:08:05 |
| | | * @FilePath: /CPSnew/smart-web/src/views/home/widgets/components/mdcDeviceStatus.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | var ids = this.extractLastLevelIds(this.parentData); |
| | | this.selectedIds = ids; |
| | | this.search.workStationIdList = ids; |
| | | this.search.top = 5; //24小时内前5名 |
| | | this.search.timeLevel = 24; //24小时内前5名 |
| | | this.getRunData(); |
| | | }) |
| | | } |
| | |
| | | }) |
| | | }, |
| | | getRunData() { |
| | | this.search.top = this.topList[0].value; |
| | | this.search.timeLevel = this.timeLevelList[0].value; |
| | | this.$HTTP.post(`/api/blade-visual/status/running-top`,this.search).then(res=> { |
| | | if(res.code == 200) { |
| | | this.isSearch = false; |