xiangpei
2024-05-30 306b1433c6a4d1fcce6871d94dc47af8e6f550cc
src/views/onlineStudy/type.vue
@@ -103,6 +103,7 @@
      StudyTypeAPI.remove(id).then(res => {
        if (res.code === 1) {
          this.$message.success('删除成功')
          this.page()
        }
      })
    },