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