xiangpei
2024-07-16 f7a2f13a266861c36c6c514ae67191b029f345b1
src/views/exam/personalRandomTemplate/edit.vue
@@ -309,6 +309,11 @@
    });
  },
  async mounted() {
    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;