|
@@ -308,14 +308,13 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
openStepModel(row) {
|
|
|
- this.stepForm.step = row.scoreStep;
|
|
|
+ this.stepForm.step = row.scoreStep || 0.5;
|
|
|
this.stepForm.workId = row.workId;
|
|
|
this.stepForm.courseCode = row.code;
|
|
|
this.stepModel = true;
|
|
|
},
|
|
|
closeStepModel() {
|
|
|
this.stepModel = false;
|
|
|
- this.stepForm.step = null;
|
|
|
this.stepModelKey = Math.random();
|
|
|
},
|
|
|
async subStep() {
|