diff --git a/src/views/jxjadmin/registerAudit.vue b/src/views/jxjadmin/registerAudit.vue index 42392a86..835b6987 100644 --- a/src/views/jxjadmin/registerAudit.vue +++ b/src/views/jxjadmin/registerAudit.vue @@ -52,7 +52,7 @@ :page-sizes="$store.state.PAGESIZRS" :page-size="pageSize" layout="total, sizes, prev, pager, next" - :total="total" + :total="Number(total)" background > diff --git a/src/views/projectFront/inspecPoint/inspection.vue b/src/views/projectFront/inspecPoint/inspection.vue index a0835738..d8637c7d 100644 --- a/src/views/projectFront/inspecPoint/inspection.vue +++ b/src/views/projectFront/inspecPoint/inspection.vue @@ -1,7 +1,12 @@