This commit is contained in:
许允枞 2025-03-17 15:57:09 +08:00
parent bfa05192f7
commit 130af71b8b

View File

@ -2,7 +2,7 @@
<template>
<view class="content">
<u-loading-page :loading="isLoading"></u-loading-page>
<u-loading-page style="z-index: 999" bg-color="#e8e8e8" loading-mode="semicircle" :loading="isLoading"></u-loading-page>
<view class="top-heder">
<view class="t-left" @click="getback()">
<uni-icons type="left" size="18" color="white"></uni-icons>
@ -156,6 +156,7 @@ export default {
methods: {
formatDate,
async getlist(flag) {
this.isLoading = true
let data = {
pageSize: this.pageSize,
pageNum: this.pageNum,
@ -177,6 +178,7 @@ export default {
}
let total = res.total
this.totalPages = Math.ceil(total / this.pageSize);
this.isLoading = false
// this.getCountByDirectory()
},
showHistory(id) {