This commit is contained in:
joylink_zhaoerwei 2024-02-23 09:44:38 +08:00
parent ad8c8de231
commit fefbf3ce83

View File

@ -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);