diff --git a/src/views/edu/exam.vue b/src/views/edu/exam.vue
index f098fdf4..983db148 100644
--- a/src/views/edu/exam.vue
+++ b/src/views/edu/exam.vue
@@ -154,8 +154,24 @@
-
-
+
+
+
+
+
+
@@ -184,7 +200,6 @@
保 存
@@ -205,6 +220,7 @@ export default {
paperOptions:[],
examDialog: false,
apiObj: this.$API.edu.exam.list,
+ apiPaper: this.$API.edu.paper.list,
query: {
search: "",
},
@@ -214,16 +230,8 @@ export default {
};
},
mounted() {
- this.getPaperOptions();
},
methods: {
- getPaperOptions() {
- this.$API.edu.paper.list.req({
- page: 0
- }).then(res => {
- this.paperOptions = res;
- });
- },
handleQuery() {
this.$refs.table.queryData(this.query);
},
diff --git a/src/views/edu/examrecord.vue b/src/views/edu/examrecord.vue
index bbbe1372..b1a1eaef 100644
--- a/src/views/edu/examrecord.vue
+++ b/src/views/edu/examrecord.vue
@@ -22,11 +22,12 @@
row-key="id"
:params="params"
:query="query"
+ hidePagination
>
-
+ > -->