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