fuliqi
2023-11-14 e19cce04b9f3a12ac2d287425d39974505fd0e05
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;