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 } }