Commit ef991e902486735d8900fe34255c79977c50974d
1 parent
5a81e822
盘点页明细新增细节优化
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
1 additions
and
0 deletions
ant-design-vue-jeecg/src/views/system/stocktaking/modules/CycleCountDetailModal.vue
@@ -212,6 +212,7 @@ export default { | @@ -212,6 +212,7 @@ export default { | ||
212 | this.selectedRowIds = [] | 212 | this.selectedRowIds = [] |
213 | this.selectedTable.dataSource = [] | 213 | this.selectedTable.dataSource = [] |
214 | this.detailDataSource = [] | 214 | this.detailDataSource = [] |
215 | + this.detailIpagination.total = 0 | ||
215 | this.loadData(1) | 216 | this.loadData(1) |
216 | }, | 217 | }, |
217 | handleOk() { | 218 | handleOk() { |