修改禅道已知bug

This commit is contained in:
qq787203167
2022-06-17 14:10:06 +08:00
parent 5274179ce2
commit 256e86e6a4
3 changed files with 22 additions and 6 deletions
@@ -97,6 +97,13 @@
this.visibleTree = false
},
handleSubmit() {
if (this.userName.length > 1) {
this.$message.warning(this.$t('onlyOnePersonCanBeSelected'))
return
} else if (this.userName.length == 0) {
this.$message.warning(this.$t('pleaseSelectPersonFirst'))
return
}
let query = {
id: this.tableKey,
createBy: this.userName.join(',')