龚焕茏
2024-07-16 e2d9978fe885d7855ad873d7f05cc98d00b4dcf0
src/views/onlineStudy/type.vue
@@ -103,6 +103,7 @@
      StudyTypeAPI.remove(id).then(res => {
        if (res.code === 1) {
          this.$message.success('删除成功')
          this.page()
        }
      })
    },