|
@@ -381,6 +381,7 @@ export default {
|
|
|
if (this.rights.markHis) {
|
|
|
this.getMarkHistory();
|
|
|
}
|
|
|
+ this.btnClicked = false;
|
|
|
},
|
|
|
updateScoreList() {
|
|
|
let scores = [];
|
|
@@ -412,9 +413,9 @@ export default {
|
|
|
if (this.btnClicked) return;
|
|
|
this.btnClicked = true;
|
|
|
|
|
|
- this.setT = setTimeout(() => {
|
|
|
- this.btnClicked = false;
|
|
|
- }, 500);
|
|
|
+ // this.setT = setTimeout(() => {
|
|
|
+ // this.btnClicked = false;
|
|
|
+ // }, 500);
|
|
|
|
|
|
// 科组长改档 / 评卷同意改档:只使用selectedLevel
|
|
|
this.$emit("on-leader-level", {
|
|
@@ -433,9 +434,9 @@ export default {
|
|
|
if (this.btnClicked) return;
|
|
|
this.btnClicked = true;
|
|
|
|
|
|
- this.setT = setTimeout(() => {
|
|
|
- this.btnClicked = false;
|
|
|
- }, 500);
|
|
|
+ // this.setT = setTimeout(() => {
|
|
|
+ // this.btnClicked = false;
|
|
|
+ // }, 500);
|
|
|
// 评卷员打分
|
|
|
this.$emit("on-select-score", score * 1);
|
|
|
},
|