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 ++--
 pages/tabbar-page/index-tabbar/index-tabbar.vue |    2 +-
 2 files changed, 3 insertions(+), 3 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();
diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index f1f190c..7d3aff6 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -148,7 +148,7 @@
 				});
 			}else if(this.roleType == 7){
 				
-				this.$reqGet('gateAuth',{current:1,size:5,status:30}).then(res => {
+				this.$reqGet('gateAuth',{current:1,size:5,status:25}).then(res => {
 					if (res.code == 0) {
 						if(res.data.records.length){
 							this.orderPlanData  = res.data.records;

--
Gitblit v1.9.1