BUG 29479

This commit is contained in:
aixianling
2022-05-05 15:58:00 +08:00
parent 6253ede732
commit 1d8e45b30c

View File

@@ -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()