From 554b509e7413775e0d525c65310e10d82cb5748d Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 19 Jul 2024 11:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/question/index.vue | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/views/system/question/index.vue b/src/views/system/question/index.vue index e2babf9..5ae93fe 100644 --- a/src/views/system/question/index.vue +++ b/src/views/system/question/index.vue @@ -64,8 +64,8 @@ 取消发布 发布 - 分类管理 + 编辑 { - this.departmentlist = res.data - }) - if (this.classificationform.departmentId) { - let query = { - departmentId: this.classificationform.departmentId - } - diseaseList(query).then(res => { - this.diseaselist = res.data - }) - } - this.classificationOpen = true - }, + // handleClassification(row) { + // this.classificationform = JSON.parse(JSON.stringify(row)) + // let queryparam = { + // hospitalAgencyId: this.queryParams.hospitalAgencyId, + // nodeType:'DEPARTMENT' + // } + // selectUserDepartment(queryparam).then(res => { + // this.departmentlist = res.data + // }) + // if (this.classificationform.departmentId) { + // let query = { + // departmentId: this.classificationform.departmentId + // } + // diseaseList(query).then(res => { + // this.diseaselist = res.data + // }) + // } + // this.classificationOpen = true + // }, classificationOpenfalse() { this.classificationOpen = false this.classificationform = {}