Procházet zdrojové kódy

重复查询bug修改

zhangjie před 4 roky
rodič
revize
55fc662ef9

+ 2 - 1
src/modules/grading/components/GradeStep.vue

@@ -71,7 +71,8 @@ export default {
     };
   },
   mounted() {
-    this.selectStep(this.initStep);
+    // this.selectStep(this.initStep);
+    this.curStep = { ...this.initStep };
   },
   methods: {
     selectStep(step) {

+ 2 - 1
src/modules/mark/components/MarkStep.vue

@@ -69,7 +69,8 @@ export default {
     };
   },
   mounted() {
-    this.selectStep(this.initStep);
+    // this.selectStep(this.initStep);
+    this.curStep = { ...this.initStep };
   },
   methods: {
     selectStep(step) {