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