|
|
|
@ -1155,10 +1155,10 @@ Page({ |
|
|
|
}) |
|
|
|
}, |
|
|
|
delHouse(e) { |
|
|
|
this.data.form.resideInfoDtos = this.data.form.resideInfoDtos.filter((item, index) => index != e.currentTarget.dataset.indexp) |
|
|
|
this.data.form.resideInfoDtos.pop(); |
|
|
|
this.setData({ |
|
|
|
'form.resideInfoDtos': this.data.form.resideInfoDtos |
|
|
|
}) |
|
|
|
}); |
|
|
|
}, |
|
|
|
addHouse() { |
|
|
|
this.data.form.resideInfoDtos.push({ |
|
|
|
|