From 76bee36dc9da0e09276f93d03c424e07e9608ea3 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期三, 23 四月 2025 13:45:43 +0800
Subject: [PATCH] test: 绞线参数测试

---
 src/pages/production/twist/receive/steelCore/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/pages/production/twist/receive/steelCore/index.vue b/src/pages/production/twist/receive/steelCore/index.vue
index 5b190c6..8ae3589 100644
--- a/src/pages/production/twist/receive/steelCore/index.vue
+++ b/src/pages/production/twist/receive/steelCore/index.vue
@@ -8,7 +8,7 @@
       @query="getList"
     >
       <template #top>
-        <CardTitle title="閽㈣姱棰嗙敤" :hideAction="true" @action="addReport" />
+        <CardTitle title="閽㈣姱棰嗙敤" :hideAction="true" :full="false" @action="addReport" />
       </template>
       <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round">
         <template #title>
@@ -29,7 +29,7 @@
       <wd-button type="text" @click="cancel">鍙栨秷</wd-button>
       <wd-button type="text" @click="submit">纭畾</wd-button>
     </view>
-    <SteelCore ref="steelCoreRef" />
+    <SteelCore ref="steelCoreRef" @refresh="reloadList" />
   </wd-popup>
   <wd-toast />
 </template>
@@ -99,6 +99,10 @@
   }
 };
 
+const reloadList = () => {
+  pagingRef.value.refresh();
+};
+
 onLoad((options: any) => {
   paramsId.value = options.id;
 });

--
Gitblit v1.9.3