diff --git a/src/apps/AppGridManagement/AddFamily.vue b/src/apps/AppGridManagement/AddFamily.vue index f8db615f..88b01bd8 100644 --- a/src/apps/AppGridManagement/AddFamily.vue +++ b/src/apps/AppGridManagement/AddFamily.vue @@ -92,7 +92,7 @@ export default { } }) if(!checkUserList.length) { - return this.$u.toast('请选择家庭') + return this.$u.toast('请选择户主') } this.$http.post(`/app/appgirdmemberresident/add`, {residentList:checkUserList}).then((res) => { if (res.code == 0) {