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