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