diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue index 26ebcb5d..d5529254 100644 --- a/src/views/neUser/sub/index.vue +++ b/src/views/neUser/sub/index.vue @@ -888,8 +888,13 @@ function fnGetList(pageNum?: number) { if (tableState.selectedRowKeys.length > 0) { tableState.selectedRowKeys = []; } + tablePagination.total = res.total; tableState.data = res.rows; + if(tablePagination.total<=(queryParams.pageNum-1)*tablePagination.pageSize&&queryParams.pageNum!==1) { + tableState.loading = false; + fnGetList(queryParams.pageNum-1) + } } tableState.loading = false; }); @@ -1316,296 +1321,22 @@ onMounted(() => { - 5G - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ t('views.neUser.sub.enable') }} - - - {{ t('views.neUser.sub.disable') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4G - - - - - - - {{ t('views.neUser.sub.enable') }} - - - {{ t('views.neUser.sub.disable') }} - - - - - - - - - - - - - - - - - - - - - - - - - + +