From c3b2d6d35b77d11ff86d45926501493b7fc8886e Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期二, 23 七月 2024 10:30:20 +0800
Subject: [PATCH] 新功能添加

---
 policy/policyApply/perPicker.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/policy/policyApply/perPicker.vue b/policy/policyApply/perPicker.vue
index 1aea242..c84fd10 100644
--- a/policy/policyApply/perPicker.vue
+++ b/policy/policyApply/perPicker.vue
@@ -53,7 +53,7 @@
 				this.index = e.detail.value[0]
 			},
 			companyList() {
-				companyList({companyName: this.companyName}).then(val => {
+				companyList({companyName: this.companyName, companyStatus: 0, checkStatus: 2}).then(val => {
 					if(val.data.code == 200){
 						if(!val.data.rows.length || !val.data.rows){
 							uni.showToast({

--
Gitblit v1.9.1