From 2a0093730d1078eb0d13ae523611f1ba76ce0e79 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 27 Sep 2022 17:28:30 +0800 Subject: [PATCH] name --- src/project/pingchang/AppCommunityManagement/Add.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/project/pingchang/AppCommunityManagement/Add.vue b/src/project/pingchang/AppCommunityManagement/Add.vue index 8cd4ef44..1f15f105 100644 --- a/src/project/pingchang/AppCommunityManagement/Add.vue +++ b/src/project/pingchang/AppCommunityManagement/Add.vue @@ -221,6 +221,7 @@ export default { handleSelectUser(e) { console.log(e) this.form.controllerUserPhone = e[0].mobile + this.form.controllerUserName = e[0].name this.form.controllerUserId = e[0].id } },