|
@@ -120,7 +120,7 @@ |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
getContractorList() { |
|
|
getContractorList() { |
|
|
listCbf({deptId: this.$route.params.deptId}).then(response => { |
|
|
|
|
|
|
|
|
listCbf({deptId: this.$route.params.deptId, householdStatus: '1'}).then(response => { |
|
|
this.contractorList = response.rows; |
|
|
this.contractorList = response.rows; |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|