更新
This commit is contained in:
parent
bfa05192f7
commit
130af71b8b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user