|
@@ -114,7 +114,7 @@ export default {
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
- this.getProgressDetail();
|
|
|
+ // this.getProgressDetail();
|
|
|
this.stepName =
|
|
|
this.curSubject.test === 2
|
|
|
? "试评"
|
|
@@ -124,6 +124,9 @@ export default {
|
|
|
this.buildNavs();
|
|
|
this.actSubNav();
|
|
|
},
|
|
|
+ setProgress(progress) {
|
|
|
+ this.stepProgress = progress.toFixed(2) + "%";
|
|
|
+ },
|
|
|
async getProgressDetail() {
|
|
|
const data = await gradingProgressDetail({
|
|
|
workId: this.curSubject.workId,
|