luolei преди 5 години
родител
ревизия
8177b7ae4c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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')