Browse Source

参数修改

luolei 5 years ago
parent
commit
8177b7ae4c
1 changed files with 1 additions and 1 deletions
  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')