From 1d8e45b30c2113aa904a8124e91eeecb73e0a2e8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 5 May 2022 15:58:00 +0800 Subject: [PATCH] BUG 29479 --- src/saas/AppGridManagement/AddGird.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/saas/AppGridManagement/AddGird.vue b/src/saas/AppGridManagement/AddGird.vue index 73e3d9ff..6874e3e0 100644 --- a/src/saas/AppGridManagement/AddGird.vue +++ b/src/saas/AppGridManagement/AddGird.vue @@ -102,10 +102,10 @@ export default { } }) }) - if (isRepeat) { - this.form[obj] = [] - return this.$u.toast('网格长网格员不能选择相同人员') - } + // if (isRepeat) { + // this.form[obj] = [] + // return this.$u.toast('网格长网格员不能选择相同人员') + // } this.form[type + "Ticket"] = res.selectedTicket }).catch(() => { uni.hideLoading()