소스 검색

参数修改

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')