mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
收藏图表展示
This commit is contained in:
@@ -236,7 +236,7 @@ export default {
|
|||||||
created(){
|
created(){
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if(this.data && this.data.id && !this.readonly){
|
if(this.data && (this.data.id||this.data.course) && !this.readonly){
|
||||||
this.checkHas();
|
this.checkHas();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user