This commit is contained in:
670788339
2025-10-31 18:10:32 +08:00
parent b3756280cf
commit 03b3c61c6b
2 changed files with 5 additions and 3 deletions

View File

@@ -606,6 +606,8 @@ export default {
console.log("父组件:",tags)
// 限制最多5个标签
if (tags.length > 5) {
console.log("最多只能选择5个标签 tags : ",this.courseInfo.tags)
console.log("最多只能选择5个标签 showTags : ",this.showTags)
this.$message.warning('最多只能选择5个标签')
return
}