eims-ui-mobile/src/pages/inspect/insp-record.vue
@@ -200,7 +200,7 @@ getInspStRecordList(params) .then((res: any) => { // 请勿在网络请求回调中给dataList赋值!!只需要调用complete就可以了 paging.value.complete(res.rows) paging.value.completeByTotal(res.rows, res.total) }) .catch((res) => { // 如果请求失败写paging.value.complete(false),会自动展示错误页面