|
@@ -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 || []
|