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 | 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