yuanliang пре 1 година
родитељ
комит
62ade6008f

+ 0 - 1
src/views/music-library/project-music-sheet/module/gym/music-sheet-gym.tsx

@@ -190,7 +190,6 @@ export default defineComponent({
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
-          applicationId: state.applicationId
         })
         })
         state.pagination.pageTotal = Number(data.total)
         state.pagination.pageTotal = Number(data.total)
         state.dataList = data.rows || []
         state.dataList = data.rows || []

+ 0 - 1
src/views/music-library/project-music-sheet/module/gyt/music-sheet-gyt.tsx

@@ -213,7 +213,6 @@ export default defineComponent({
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
-          applicationId: state.applicationId
         })
         })
         state.pagination.pageTotal = Number(data.total)
         state.pagination.pageTotal = Number(data.total)
         state.dataList = data.rows || []
         state.dataList = data.rows || []

+ 0 - 1
src/views/music-library/project-music-sheet/module/klx/music-sheet-klx.tsx

@@ -199,7 +199,6 @@ export default defineComponent({
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           musicTagIds: state.searchForm.musicTagIds?.join(','),
           musicTagIds: state.searchForm.musicTagIds?.join(','),
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
-          applicationId: state.applicationId
         })
         })
         state.pagination.pageTotal = Number(data.total)
         state.pagination.pageTotal = Number(data.total)
         state.dataList = data.rows || []
         state.dataList = data.rows || []

+ 0 - 1
src/views/music-library/project-music-sheet/module/kt/music-sheet-kt.tsx

@@ -182,7 +182,6 @@ export default defineComponent({
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           userId: (sourceType && sourceType === 'PERSON') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           organizationRoleId: (sourceType && sourceType === 'ORG') ? state.searchForm.userId : null,
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
           ...filterTimes(state.searchForm.times, ['startTime', 'endTime']),
-          applicationId: state.applicationId
         })
         })
         state.pagination.pageTotal = Number(data.total)
         state.pagination.pageTotal = Number(data.total)
         state.dataList = data.rows || []
         state.dataList = data.rows || []