主管理员 1 month ago
parent
commit
5430634671
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jeecgboot-vue3/src/views/applet/course-page/components/WordTable.vue
  2. +0
    -0
      jeecgboot-vue3/src/views/applet/course-page/components/coursePageWord.ts

+ 1
- 1
jeecgboot-vue3/src/views/applet/course-page/components/WordTable.vue View File

@ -124,7 +124,7 @@ import { ref, reactive, onMounted, computed, watch } from 'vue'
import { message } from 'ant-design-vue' import { message } from 'ant-design-vue'
import { PlusOutlined, EditOutlined, DeleteOutlined } from '@ant-design/icons-vue' import { PlusOutlined, EditOutlined, DeleteOutlined } from '@ant-design/icons-vue'
import { JImageUpload } from '/@/components/Form' import { JImageUpload } from '/@/components/Form'
import { list, saveOrUpdate, deleteOne, batchDelete } from '/@/api/applet/coursePageWord'
import { list, saveOrUpdate, deleteOne, batchDelete } from './coursePageWord'
interface WordRecord { interface WordRecord {
id?: string id?: string


jeecgboot-vue3/src/api/applet/coursePageWord.ts → jeecgboot-vue3/src/views/applet/course-page/components/coursePageWord.ts View File


Loading…
Cancel
Save