|
|
@@ -80,7 +80,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
- import { ref, reactive, onMounted } from 'vue'
|
|
|
+ import { ref, reactive, onMounted, computed } from 'vue'
|
|
|
import { message, Modal } from 'ant-design-vue'
|
|
|
import examManagerApi from '@/api/exam/paper/examManager.js'
|
|
|
import TaskEdit from './form.vue'
|
|
|
@@ -97,7 +97,8 @@
|
|
|
examName: null,
|
|
|
examStatus: null,
|
|
|
pageIndex: 1,
|
|
|
- pageSize: 10
|
|
|
+ pageSize: 10,
|
|
|
+ examType: 1
|
|
|
})
|
|
|
const listLoading = ref(false)
|
|
|
const tableData = ref([])
|