refactor: 去掉打印、注释

This commit is contained in:
taojinlong
2023-02-15 16:12:39 +08:00
parent 9445c96b50
commit 8702af5db9
2 changed files with 9 additions and 9 deletions

View File

@@ -393,7 +393,6 @@ export default {
},
getItemTagType() {
this.$refs['markForm'].validate((valid) => {
console.log(valid)
})
}
}