diff --git a/ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue b/ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue
index 6e5be42..aafd980 100644
--- a/ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue
+++ b/ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue
@@ -212,6 +212,7 @@ export default {
       this.selectedRowIds = []
       this.selectedTable.dataSource = []
       this.detailDataSource = []
+      this.detailIpagination.total = 0
       this.loadData(1)
     },
     handleOk() {