[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) {
this.$message.warning(this.$t('OnlyOneSelected'))
} else {
this.formData.title = this.formData.title.trim()
this.$refs.ruleForm.validate(valid => {
if (valid) {
this.flag = true