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