yangan
2025-03-04 373929a32aa4a3197260a106be3fdc21eb109afc
feat:门卫页面修改状态传参
2个文件已修改
6 ■■■■ 已修改文件
pages/entranceGuard/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tabbar-page/index-tabbar/index-tabbar.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();
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;