Explorar el Código

添加声部、声部分类、乐器、曲目、曲目分类、项目曲目页面

yuanliang hace 1 año
padre
commit
50b1579c60

+ 1 - 1
src/views/educational-manage/component/category-list.tsx

@@ -38,7 +38,7 @@ export default defineComponent({
     const searchForm = reactive({
       keyword: '',
       times: null as any,
-      operatorKeyword: '' //创建人
+      operatorId: '' //创建人
     })
 
     const columns = (): DataTableColumn[] => {

+ 1 - 1
src/views/educational-manage/model/addMaterial.tsx

@@ -63,7 +63,7 @@ export default defineComponent({
           })
           if (saveModel.type === 'SONG') {
             musicOpentions.music = {
-              name: res.data.contentDesc
+              musicSheetName: res.data.contentDesc
             }
           }
           console.log('🚀 ~ saveModel', saveModel)

+ 1 - 1
src/views/knowledge-manage/knowledge-list/index.tsx

@@ -47,7 +47,7 @@ export default defineComponent({
       keyword: null,
       time: null,
       courseTypeCode: null,
-      operatorKeyword: null,
+      operatorId: null,
       enableFlag: null
     })
     const dialog = useDialog()