修改禅道已知bug
This commit is contained in:
@@ -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(',')
|
||||
|
||||
Reference in New Issue
Block a user