This commit is contained in:
shijingjing
2022-01-14 17:12:25 +08:00
parent 31df0aa60d
commit c4a105a509

View File

@@ -92,7 +92,7 @@ export default {
} }
}) })
if(!checkUserList.length) { if(!checkUserList.length) {
return this.$u.toast('请选择家庭') return this.$u.toast('请选择户主')
} }
this.$http.post(`/app/appgirdmemberresident/add`, {residentList:checkUserList}).then((res) => { this.$http.post(`/app/appgirdmemberresident/add`, {residentList:checkUserList}).then((res) => {
if (res.code == 0) { if (res.code == 0) {