收藏图表展示

This commit is contained in:
dong.ai
2025-09-14 17:36:13 +08:00
parent be63f5a1aa
commit 92fecbec80

View File

@@ -236,7 +236,7 @@ export default {
created(){
},
mounted() {
if(this.data && this.data.id && !this.readonly){
if(this.data && (this.data.id||this.data.course) && !this.readonly){
this.checkHas();
}