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 = {}