修改已知问题

This commit is contained in:
qq787203167
2022-05-26 11:17:38 +08:00
parent 2a5193a0d6
commit 05759f1b7e
@@ -109,6 +109,7 @@
if (this.isSingleChoice) {
if (this.userIds.length > 1) {
this.$message.warning(this.$t('onlyOnePersonCanBeSelected'))
return
}
}
let userIds = JSON.parse(JSON.stringify(this.userIds))