From 24ace97b277cda639627df38b7af78b100636fab Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Wed, 4 May 2022 23:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E6=A0=BC=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppBackUserList/AppBackUserList.vue | 5 ++--- src/saas/AppConflictMediation/add.vue | 2 +- src/saas/AppSpecialPeople/add.vue | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index c25f8057..74f26b34 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -3,7 +3,7 @@
-
@@ -123,8 +123,7 @@ export default { methods: { ...mapActions(['injectJWeixin', 'wxInvoke']), confirmSelect(v) { - this.girdId = v?.[0].id - this.girdName = v?.[0].girdName + this.girdName = v?.girdName this.getListInit() this.getTotal() }, diff --git a/src/saas/AppConflictMediation/add.vue b/src/saas/AppConflictMediation/add.vue index 45ff58eb..42a2547b 100644 --- a/src/saas/AppConflictMediation/add.vue +++ b/src/saas/AppConflictMediation/add.vue @@ -168,7 +168,7 @@ export default { methods: { handleSelectGrid(v) { - this.form.girdName = v?.[0]?.girdName || "" + this.form.girdName = v?.girdName || "" }, chooseAddress() { uni.chooseLocation({ diff --git a/src/saas/AppSpecialPeople/add.vue b/src/saas/AppSpecialPeople/add.vue index c8a4ef7b..059b0b0f 100644 --- a/src/saas/AppSpecialPeople/add.vue +++ b/src/saas/AppSpecialPeople/add.vue @@ -435,7 +435,7 @@ export default { }, handleSelectGrid(v) { - this.form.girdName = v?.[0]?.girdName || "" + this.form.girdName = v?.girdName || "" }, submit() {