yangys
2025-11-18 698bbdfcbbe4939b0427c022eea67e45f58fd253
src/views/home/widgets/components/mdcEquipmentRun.vue
@@ -1,8 +1,8 @@
<!--
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-04-16 15:22:46
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-24 22:33:49
 * @LastEditors: 李喆(开发组) lzhe@yxqiche.com
 * @LastEditTime: 2025-11-18 12:36:09
 * @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
-->
@@ -199,6 +199,11 @@
                  this.data = this.formatData(data)
                  this.$nextTick(() => {
                     this.parentData = this.data;
                     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.getList();
                  })
               }
@@ -230,7 +235,7 @@
               top: 7,
               workStationIdList: ids
            }
            this.$HTTP.post(`/api/blade-visual/status/oee-top`,obj).then(res=> {
            this.$HTTP.post(`/api/blade-visual/status/oee-top`,this.search).then(res=> {
               if(res.code == 200) {
                  var recordDom = document.getElementById('equipment');
                  this.option.yAxis.data = res.data.categories;