zhangjie преди 2 години
родител
ревизия
c72c8a059f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/modules/analysis/components/baseConfig/baseConfigsStore.js

+ 4 - 0
src/modules/analysis/components/baseConfig/baseConfigsStore.js

@@ -41,6 +41,7 @@ const mutations = {
 const actions = {
   async fetchDimensionList({ state, commit }) {
     const datas = {
+      examId: state.baseInfo.examId,
       paperNumber: state.baseInfo.paperNumber,
       paperType: state.baseInfo.paperType
     };
@@ -50,6 +51,7 @@ const actions = {
   },
   async fetchStructList({ state, commit }) {
     const datas = {
+      examId: state.baseInfo.examId,
       paperNumber: state.baseInfo.paperNumber,
       paperType: state.baseInfo.paperType
     };
@@ -59,6 +61,7 @@ const actions = {
   },
   async fetchDefineList({ state, commit }) {
     const datas = {
+      examId: state.baseInfo.examId,
       paperNumber: state.baseInfo.paperNumber,
       paperType: state.baseInfo.paperType
     };
@@ -71,6 +74,7 @@ const actions = {
   },
   async fetchEvaluationList({ state, commit }) {
     const datas = {
+      examId: state.baseInfo.examId,
       paperNumber: state.baseInfo.paperNumber,
       paperType: state.baseInfo.paperType
     };