龚焕茏
2024-07-16 eeebb8d40266d614c14133b96bf40c57e30424ea
src/views/exam/paper/edit.vue
@@ -282,6 +282,11 @@
    };
  },
  created() {
    departmentApi.getCurrentDeptId().then(res => {
      if (res.response && res.response[0]) {
        this.form.deptId = res.response[0];
      }
    });
    let id = this.$route.query.id;
    let _this = this;
    this.initSubject(function () {