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; }); },