mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
样式调整
This commit is contained in:
@@ -850,8 +850,7 @@ export default {
|
||||
|
||||
isTagMatched(tag) {
|
||||
console.info('isTagMatched tag = ' + tag)
|
||||
console.info('isTagMatched tagName = ' + searchTag.tagName)
|
||||
console.info('isTagMatched name = ' + searchTag.name)
|
||||
console.log('this.stagList = ' + this.stagList.map(item => item.tagName));
|
||||
console.info(this.stagList.some(searchTag => searchTag.tagName === tag || searchTag.name === tag))
|
||||
// 检查stagList中是否有匹配的标签
|
||||
return this.stagList.some(searchTag =>
|
||||
|
||||
Reference in New Issue
Block a user