From 94384dcf5066aa1a7b2e37874fe331e148bc9249 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期日, 29 九月 2024 17:27:03 +0800 Subject: [PATCH] 工人工资查询 --- src/pages/company/staff.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/pages/company/staff.vue b/src/pages/company/staff.vue index f971706..2233cb2 100644 --- a/src/pages/company/staff.vue +++ b/src/pages/company/staff.vue @@ -14,7 +14,7 @@ <view class="coreshop-ff chuany-bradius20"> <view class="c-p-24"> <view class="chuany-flex chuany-justify-between"> - <text class="chuany-font34"> + <text class="chuany-font32"> {{item.nickname}} </text> <view class="chuany-flex chuany-justify-between"> @@ -74,6 +74,7 @@ comId: item.id, isAdmin: !item.isAdmin } + item.isLoading = true $api.SaveStaffAdmin(obj).then(res => { if (res.code == 1) { $util.showToast({ @@ -86,6 +87,7 @@ title: res.error, }) } + item.isLoading = false }) } const search = (index) => { -- Gitblit v1.9.1