Quellcode durchsuchen

批量审核完跳转下一条

qinchao vor 4 Jahren
Ursprung
Commit
3206d903cb
1 geänderte Dateien mit 6 neuen und 8 gelöschten Zeilen
  1. 6 8
      src/modules/oe/views/captureDetail.vue

+ 6 - 8
src/modules/oe/views/captureDetail.vue

@@ -438,14 +438,12 @@ export default {
           this.getDisciplineTypeList("");
           this.getExamProcessRecordData();
         } else {
-          if (next == "") {
-            this.$notify({
-              title: "成功",
-              message: "全部审核完毕。",
-              type: "success",
-            });
-            this.back();
-          }
+          this.$notify({
+            title: "成功",
+            message: "当前数据为最后一条",
+            type: "success",
+          });
+          this.back();
         }
       });
     },