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