[update] 禅道bug

This commit is contained in:
zhaomeijing
2022-06-17 16:50:33 +08:00
parent 1693108753
commit e4c5faa16a
@@ -213,6 +213,7 @@ export default {
} else if (this.selectedRowKeys.length > 1) { } else if (this.selectedRowKeys.length > 1) {
this.$message.warning(this.$t('OnlyOneSelected')) this.$message.warning(this.$t('OnlyOneSelected'))
} else { } else {
this.formData.title = this.formData.title.trim()
this.$refs.ruleForm.validate(valid => { this.$refs.ruleForm.validate(valid => {
if (valid) { if (valid) {
this.flag = true this.flag = true