From e19cce04b9f3a12ac2d287425d39974505fd0e05 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 14 十一月 2023 15:53:11 +0800
Subject: [PATCH] 11.14学生搜索改为真实姓名

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

diff --git a/src/views/exam/paper/edit.vue b/src/views/exam/paper/edit.vue
index 7012242..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) {
@@ -290,13 +290,12 @@
       }else {
         this.form.subjectSource={}
         this.subjectIdList = []
+        this.form.questionTypeVMS=[]
         // this.form.paperType = 1
       }
     },
     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