zhangwei
2024-09-18 182884c4367668f279851b76be9b2b957ad0d47a
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) => {