|
@@ -14686,7 +14686,7 @@ export default {
|
|
|
});
|
|
|
this.selectSWorks();
|
|
|
this.selectStudent();
|
|
|
- if(this.tType!=0){
|
|
|
+ if(this.tType!=2){
|
|
|
this.insertMemorandum(`对<span class="variable">${sName}</span>的作业进行<span class="btn">点赞</span>`)
|
|
|
}
|
|
|
})
|
|
@@ -14881,7 +14881,7 @@ export default {
|
|
|
this.commentText = "";
|
|
|
this.selectSWorks();
|
|
|
this.selectStudent();
|
|
|
- if(this.tType!=0){
|
|
|
+ if(this.tType!=2){
|
|
|
this.insertMemorandum(`对<span class="variable">${detail.sName}</span>的作业进行<span class="btn">评论</span>`)
|
|
|
}
|
|
|
})
|
|
@@ -14922,7 +14922,7 @@ export default {
|
|
|
this.dialogVisibleScore = false;
|
|
|
this.selectSWorks();
|
|
|
this.selectStudent();
|
|
|
- if(this.tType!=0){
|
|
|
+ if(this.tType!=2){
|
|
|
this.insertMemorandum(`对<span class="variable">${sName}</span>的作业进行<span class="btn">评分</span>`)
|
|
|
}
|
|
|
})
|
|
@@ -17676,7 +17676,7 @@ export default {
|
|
|
this.pzConText = "";
|
|
|
this.addPzDialog = false;
|
|
|
this.selectPz();
|
|
|
- if(this.tType!=0){
|
|
|
+ if(this.tType!=2){
|
|
|
this.insertMemorandum(`使用<span class="btn">评论</span>功能,添加评论`)
|
|
|
}
|
|
|
})
|