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