From 306b1433c6a4d1fcce6871d94dc47af8e6f550cc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 30 五月 2024 15:50:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/views/onlineStudy/type.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/onlineStudy/type.vue b/src/views/onlineStudy/type.vue
index af951f0..e3a599d 100644
--- a/src/views/onlineStudy/type.vue
+++ b/src/views/onlineStudy/type.vue
@@ -103,6 +103,7 @@
StudyTypeAPI.remove(id).then(res => {
if (res.code === 1) {
this.$message.success('鍒犻櫎鎴愬姛')
+ this.page()
}
})
},
--
Gitblit v1.8.0