mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
调试
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user