|
@@ -660,7 +660,7 @@ export default {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.$message.success("有效期修改成功");
|
|
this.$message.success("有效期修改成功");
|
|
this.expireVisible = false;
|
|
this.expireVisible = false;
|
|
- this.getList();
|
|
|
|
|
|
+ this.getStudents();
|
|
} else {
|
|
} else {
|
|
this.$message.error(res.msg);
|
|
this.$message.error(res.msg);
|
|
}
|
|
}
|