新增家庭

This commit is contained in:
liuye
2022-02-10 14:11:44 +08:00
parent 5201eea940
commit d5cde544fd

View File

@@ -63,7 +63,7 @@ export default {
computed: { ...mapState(['user']) },
methods: {
getList(){
this.$http.post(`/app/appresident/list?areaId=${this.areaId}&householdName=1&current=${this.current}&con=${this.value}`).then((res) => {
this.$http.post(`/app/appresident/list?householdName=1&current=${this.current}&con=${this.value}`).then((res) => {
if (res.code == 0) {
res.data.records.map((item) => {
item.checked = false