Commit 43470dd5 authored by zhengke's avatar zhengke
parents 1eba3a3a 2f29680d
......@@ -37,7 +37,7 @@
}
.prepareclassDetails .c-i-t-r{
flex:1;
height: 47px;
height: 40px;
justify-content: space-between;
font-size: 14px;
color: #2D2D2D;
......@@ -161,6 +161,7 @@
filled
clearable
autogrow
:disable="AccountType"
/>
</div>
</div>
......@@ -261,15 +262,20 @@
ClassPlanId:0,
},
data:{},
CommentList:[]
CommentList:[],
AccountType:false
}
},
mounted(){
this.msg.ClassId = this.$route.query.ClassId ? this.$route.query.ClassId:0,
this.msg.ClassPlanId = this.$route.query.ClassPlanId ? this.$route.query.ClassPlanId:0,
this.plmsg.ClassId = this.$route.query.ClassId ? this.$route.query.ClassId:0,
this.plmsg.ClassPlanId = this.$route.query.ClassPlanId ? this.$route.query.ClassPlanId:0,
created(){
},
mounted(){
this.msg.ClassId = this.$route.query.ClassId ? this.$route.query.ClassId:0;
this.msg.ClassPlanId = this.$route.query.ClassPlanId ? this.$route.query.ClassPlanId:0;
this.plmsg.ClassId = this.$route.query.ClassId ? this.$route.query.ClassId:0;
this.plmsg.ClassPlanId = this.$route.query.ClassPlanId ? this.$route.query.ClassPlanId:0;
let userInfo = this.getLocalStorage();
this.AccountType = userInfo.AccountType==2?false:true; //是否是教师
this.getList()//备课内容
this.getCommentList()//评价
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment