[update] 禅道bug
This commit is contained in:
@@ -213,6 +213,7 @@ export default {
|
||||
} else if (this.selectedRowKeys.length > 1) {
|
||||
this.$message.warning(this.$t('OnlyOneSelected'))
|
||||
} else {
|
||||
this.formData.title = this.formData.title.trim()
|
||||
this.$refs.ruleForm.validate(valid => {
|
||||
if (valid) {
|
||||
this.flag = true
|
||||
|
||||
Reference in New Issue
Block a user