1
李喆(开发组)
2025-03-11 019e69aa2f34f4d30cf4aced6fa9a5f51523f515
1
已修改1个文件
6 ■■■■ 文件已修改
src/views/home/widgets/components/mdcRunning.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/widgets/components/mdcRunning.vue
@@ -2,7 +2,7 @@
 * @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
-->
@@ -218,6 +218,8 @@
                            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();
                        })
                    }
@@ -244,8 +246,6 @@
                })
            },
            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;