diff --git a/src/views/system/components/question.vue b/src/views/system/components/question.vue index 1e2f5cb..2c82c78 100644 --- a/src/views/system/components/question.vue +++ b/src/views/system/components/question.vue @@ -103,7 +103,7 @@ export default { diseaseTypeName: null, questionnaireName: null, questionnaireStatus: "PUBLISHED", - questionType: "REGULAR_QUESTIONNAIRE" + // questionType: "REGULAR_QUESTIONNAIRE" }, handleselectId: '', handleselectName: null, @@ -166,8 +166,9 @@ export default { getDepartmentList({ departmentName: this.departmentName, questionnaireStatus: "PUBLISHED", - questionType: "REGULAR_QUESTIONNAIRE", + // questionType: "REGULAR_QUESTIONNAIRE", }).then(response => { + console.log('0000000000') // response.data.forEach(e => { // e.label = e.departmentName // }) @@ -178,7 +179,7 @@ export default { getList() { this.loading = true; this.queryParams.questionnaireStatus = "PUBLISHED" - this.queryParams.questionType = "REGULAR_QUESTIONNAIRE" + // this.queryParams.questionType = "REGULAR_QUESTIONNAIRE" listQuestion(this.queryParams).then(response => { this.questionList = response.rows; this.total = response.total;