mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
调试
This commit is contained in:
@@ -640,6 +640,10 @@ export default {
|
|||||||
// 同时更新showTags,确保显示与实际数据一致
|
// 同时更新showTags,确保显示与实际数据一致
|
||||||
this.showTags = tags.map(tag => tag.tagName);
|
this.showTags = tags.map(tag => tag.tagName);
|
||||||
},
|
},
|
||||||
|
syncTags(tags) {
|
||||||
|
this.selectedTags = tags.slice(0, 5); // 强制限制为5个
|
||||||
|
this.$emit('change', this.selectedTags);
|
||||||
|
},
|
||||||
showChooseOrg(){
|
showChooseOrg(){
|
||||||
this.$refs.refChooseOrg.dlgShow = true;
|
this.$refs.refChooseOrg.dlgShow = true;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user