From fee18d19a1d961847cd09469a20fc8231c1df46c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 10 Apr 2025 11:09:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/Home/HomeLeft/OverviewNext.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/Home/HomeLeft/OverviewNext.vue b/src/views/Home/HomeLeft/OverviewNext.vue
index 60e2327..c208113 100644
--- a/src/views/Home/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/HomeLeft/OverviewNext.vue
@@ -1,6 +1,6 @@
 <!-- 机巢概况 -->
 <template>
-  <common-title :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
+  <common-title title="机巢概况" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <div class="overview-next">
     <MachineNestTotal @searchNickName="handleSearch" />
     <div class="table-list">
@@ -56,7 +56,6 @@
 const getTableList = () => {
   const params = {
     nickname: searchText.value,
-    is_execute: true,
     current: pageParams.value.current,
     size: pageParams.value.size
   };
@@ -114,7 +113,7 @@
   border-radius: 0px 0px 0px 0px;
   opacity: 0.85;
   margin-bottom: 10px;
-  
+
   .table-list {
     font-family: Source Han Sans CN, Source Han Sans CN;
     margin: 16px;

--
Gitblit v1.9.3