|
@@ -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",
|
|
|
});
|
|
|
}
|