yj
2024-05-24 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78
src/store/modules/exam.js
@@ -3,7 +3,8 @@
const state = {
  subjects: [],
  doUrl: 'job',
  reportTemplateId: ''
  reportTemplateId: '',
  productType: ''
}
const getters = {
@@ -36,6 +37,9 @@
  },
  setReportTemplateId: (state, reportTemplateId) => {
    state.reportTemplateId = reportTemplateId
  },
  setProductType: (state, productType) => {
    state.productType = productType
  }
}