odc.xiaohui
2023-07-05 820fdb2db321c699568a54e8e3d7bb8f5c657b7f
src/views/exam/paper/edit.vue
@@ -371,14 +371,17 @@
      let lastId = this.form.id
      this.$refs['form'].resetFields()
      this.form = {
        aggregateSource:100,
        id: null,
        departmentIds: [],
        subjectId: null,
          subjectId: [],
        paperType: 1,
        limitDateTime: [],
        name: '',
        suggestTime: null,
        titleItems: []
          titleItems: [],
          subjectSource:null,
          questionTypeVMS:[]
      }
      this.form.id = lastId
    },