luolei 5 rokov pred
rodič
commit
8177b7ae4c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/diagBase/QuestionWords.vue

+ 1 - 1
src/components/diagBase/QuestionWords.vue

@@ -172,7 +172,7 @@ export default {
           const data = {
             disName: this.filter.disName,
             question: this.filter.questionName,
-            type: this.filter.questionType
+            type: this.filter.type
           };
           api.exportDiagnosticBasis(data).then((res) => {
               utils.downloadExportedData(res.data,'问题词.xls')