From e7ea50917403199d7cfc25ba201b443f519db104 Mon Sep 17 00:00:00 2001
From: 17808 <1780814303@qq.com>
Date: 星期二, 07 十一月 2023 17:45:28 +0800
Subject: [PATCH] 成绩统计前端

---
 src/views/exam/paper/edit.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/exam/paper/edit.vue b/src/views/exam/paper/edit.vue
index c0fe145..fa3904a 100644
--- a/src/views/exam/paper/edit.vue
+++ b/src/views/exam/paper/edit.vue
@@ -135,7 +135,7 @@
   components: { Pagination, QuestionShow },
   data () {
     return {
-      props: { 
+      props: {
         multiple: true
         // lazy: true,
         // lazyLoad (node, resolve) {
@@ -296,8 +296,6 @@
     },
     submitForm () {
       let _this = this
-      console.log(this.subjectIdList)
-      console.log(this.form.subjectSource)
       this.$refs.form.validate((valid) => {
         if (valid) {
           this.formLoading = true;

--
Gitblit v1.8.0