17808
2023-11-07 e7ea50917403199d7cfc25ba201b443f519db104
src/views/exam/paper/edit.vue
@@ -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;