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