From 373929a32aa4a3197260a106be3fdc21eb109afc Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 04 三月 2025 08:38:11 +0800
Subject: [PATCH] feat:门卫页面修改状态传参

---
 pages/entranceGuard/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/entranceGuard/index.vue b/pages/entranceGuard/index.vue
index 80bc59e..f5d24a4 100644
--- a/pages/entranceGuard/index.vue
+++ b/pages/entranceGuard/index.vue
@@ -142,7 +142,7 @@
 			},
             getListData(){
 				uni.showLoading({ title: '鍔犺浇涓�...' });
-                this.$reqGet('gateAuth',{current:this.page.current,size:this.page.size,status:30}).then(res=>{
+                this.$reqGet('gateAuth',{current:this.page.current,size:this.page.size,status:25}).then(res=>{
                     console.log(res,'result');
                     if(res.code == 0){
 							uni.hideLoading();
@@ -206,7 +206,7 @@
 			scrolltolower(){
 				console.log('瑙﹀彂')
 				this.page.current += 1;
-				     this.$reqGet('gateAuth',{current:this.page.current,size:this.page.size,status:30}).then(res=>{
+				     this.$reqGet('gateAuth',{current:this.page.current,size:this.page.size,status:25}).then(res=>{
                     console.log(res,'result');
                     if(res.code == 0){
 							uni.hideLoading();

--
Gitblit v1.9.1