|
@@ -66,7 +66,7 @@ export default defineComponent({
|
|
|
})
|
|
|
const getOrchestraList = async () => {
|
|
|
try {
|
|
|
- const res = await request.post('/api-school/orchestra/page', {
|
|
|
+ const res = await request.post('/api-teacher/orchestra/page', {
|
|
|
data: { page: 1, rows: 9999, status: 'DONE' }
|
|
|
})
|
|
|
state.actions = res.data.rows.map((item) => {
|