提示
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user