diff --git a/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue b/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue index 5637b4620..19c9f77d0 100644 --- a/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue +++ b/src/views/wms/productionManage/processproduction/processproductionRequest/index.vue @@ -21,16 +21,14 @@ :columns="tableColumns" :data="tableObject.tableList" :loading="tableObject.loading" - :pagination="{ - total: tableObject.total - }" + :pagination="{total: tableObject.total}" v-model:pageSize="tableObject.pageSize" v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" > -