户口类型

This commit is contained in:
shijingjing
2022-01-14 17:09:50 +08:00
parent 27ff796799
commit 31df0aa60d

View File

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