Explorar o código

批量审核完跳转下一条

qinchao %!s(int64=4) %!d(string=hai) anos
pai
achega
b134f7e321
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      src/modules/oe/views/captureDetail.vue

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

@@ -436,7 +436,7 @@ export default {
         } else {
           this.$notify({
             title: "成功",
-            message: "当前数据为最后一条",
+            message: "审核完毕",
             type: "success",
           });
           this.back();
@@ -460,9 +460,13 @@ export default {
           this.getDisciplineTypeList("");
           this.getExamProcessRecordData();
         } else {
+          var msg = "最后";
+          if (next === "0") {
+            msg = "第";
+          }
           this.$notify({
             title: "成功",
-            message: "当前数据为最后一条",
+            message: "当前数据为" + msg + "一条",
             type: "success",
           });
         }