From 59a15b33a02325cf0038b646ea8941c311b7b753 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 12 四月 2024 16:28:16 +0800
Subject: [PATCH] 分页显示条数不对的问题修改
---
src/views/productManage/silkRegisterForm/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/productManage/silkRegisterForm/index.vue b/src/views/productManage/silkRegisterForm/index.vue
index eea9802..9d35d03 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 = []
}
--
Gitblit v1.8.0