From 69a74309ed12cc13f0fa9fb90c5bffad17ade360 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期四, 27 六月 2024 13:34:56 +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