From f6a92065c83f146f8a4d278a61b3db1f55780eb8 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sat, 18 Nov 2023 22:30:56 +0800
Subject: [PATCH] 解决一些加载问题,minio 图片基础路径修改
---
subPackage/workbench/views/csjl.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/subPackage/workbench/views/csjl.vue b/subPackage/workbench/views/csjl.vue
index bff8ece..eadf56f 100644
--- a/subPackage/workbench/views/csjl.vue
+++ b/subPackage/workbench/views/csjl.vue
@@ -70,6 +70,7 @@
onShow() {
this.recordsData = []
this.currentRole = uni.getStorageSync('activeRole')
+
this.getrRecordList()
},
onReachBottom() {
@@ -78,16 +79,17 @@
},
methods: {
async getrRecordList(placeName = this.iptContext, isPerfect = this.tabsType) {
- this.$refs.uToast.show({
- type: 'loading',
- message: '正在加载',
- duration: 9999999
+ this.$nextTick(() => {
+ this.$refs.uToast.show({
+ type: 'loading',
+ message: '正在加载',
+ duration: 9999999
+ })
+ this.status = 'loadmore'
})
- this.status = 'loadmore'
const {
roleName
} = this.currentRole
- console.log(this.currentRole);
const {
code,
data: {
--
Gitblit v1.9.3