From c3cf55d86fa9254f9d3330737492dbb25ffa6c1c Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Fri, 21 Jun 2024 13:20:16 +0800 Subject: [PATCH] =?UTF-8?q?task=20=E5=9C=9F=E5=9C=B0=E7=A1=AE=E6=9D=83=20?= =?UTF-8?q?=E6=89=BF=E5=8C=85=E6=96=B9=E6=95=B4=E6=88=B7=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contracted/village/contractor/contractorFamily.vue | 2 +- src/views/contracted/village/contractor/contractorLand.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/contracted/village/contractor/contractorFamily.vue b/src/views/contracted/village/contractor/contractorFamily.vue index f64022ae..7b90644a 100644 --- a/src/views/contracted/village/contractor/contractorFamily.vue +++ b/src/views/contracted/village/contractor/contractorFamily.vue @@ -120,7 +120,7 @@ }); }, getContractorList() { - listCbf({deptId: this.$route.params.deptId}).then(response => { + listCbf({deptId: this.$route.params.deptId, householdStatus: '1'}).then(response => { this.contractorList = response.rows; }); }, diff --git a/src/views/contracted/village/contractor/contractorLand.vue b/src/views/contracted/village/contractor/contractorLand.vue index def8b93e..422794c5 100644 --- a/src/views/contracted/village/contractor/contractorLand.vue +++ b/src/views/contracted/village/contractor/contractorLand.vue @@ -122,7 +122,7 @@ }); }, getContractorList() { - listCbf({deptId: this.$route.params.deptId}).then(response => { + listCbf({deptId: this.$route.params.deptId, householdStatus: '1'}).then(response => { this.contractorList = response.rows; }); },