From c62f4961f9d86460a5d483d7b31c05f98b113290 Mon Sep 17 00:00:00 2001 From: 王恒 <318726284@qq.com> Date: 星期三, 06 八月 2025 17:12:37 +0800 Subject: [PATCH] '更换域名小程序发布' --- qiye/record/record.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/qiye/record/record.vue b/qiye/record/record.vue index 1451c9c..b117ca2 100644 --- a/qiye/record/record.vue +++ b/qiye/record/record.vue @@ -161,15 +161,20 @@ }) }, getList() { + uni.showLoading({ + title: '鍔犺浇涓�...', + mask: true + }) let data = uni.getStorageSync("qiyedata") this.queryParams.companyId = data.companyId companyList({ ...this.queryParams, ...this.list[this.current].value }).then(val => { - // console.log(val.data) this.total = val.data.total this.list1 = [...this.list1, ...val.data.rows] + }).catch(err => { + uni.hideLoading() }) }, click(i) { -- Gitblit v1.9.1