From fa3b9c51df1f9fd4b94b3f6a80037fa74fac9a2c Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 18 Jun 2024 15:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=8A=82=E7=82=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/components/question.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;