From 4062e6df79a5a0a02ddcb05162916b257d61f0c7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 15:04:30 +0800
Subject: [PATCH] 设置满勤,设置野纤生丝标准 2个模块保存接口增加对应的id

---
 src/views/productManage/silkRegisterForm/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue
index eea9802..e6e7349 100644
--- a/src/views/productManage/silkRegisterForm/index.vue
+++ b/src/views/productManage/silkRegisterForm/index.vue
@@ -143,7 +143,7 @@
               //   }
               // })
               this.tableList.tableInfomation =  res.data || []
-              this.pagerOptions.totalCount = res.count
+              this.pagerOptions.totalCount = res.total
             } else {
               this.tableList.tableInfomation = []
             }
@@ -182,6 +182,7 @@
                   id:row.ID,
                   activeName:'first',
                   inspectID:row.finenessCheckID,
+                  title:'淇敼'
                 }
               });
     },

--
Gitblit v1.8.0