微调
This commit is contained in:
parent
ad8c8de231
commit
fefbf3ce83
@ -14,7 +14,7 @@
|
||||
|
||||
<script>
|
||||
|
||||
import { getPaperList, deleteModule } from '@/api/contest';
|
||||
import { getModuleList, deleteModule } from '@/api/contest';
|
||||
import AddEditModule from './AddEditModule.vue';
|
||||
import DetailModule from './DetailModule.vue';
|
||||
|
||||
@ -112,7 +112,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getListApi(obj) {
|
||||
return getPaperList({ ...obj });
|
||||
return getModuleList({ ...obj });
|
||||
},
|
||||
editPaper(index, row) {
|
||||
this.$refs.addEditModule.doShow(row);
|
||||
|
Loading…
Reference in New Issue
Block a user