From c4a105a5098fee4d359e1e621894d8890cbe9616 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 14 Jan 2022 17:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppGridManagement/AddFamily.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {