From 424c1df7555bf58fb7c87698258ce4cebfcc4a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Apr 2024 13:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/visitRecords.vue | 27 -------------------- 1 file changed, 27 deletions(-) diff --git a/src/views/manage/components/visitRecords.vue b/src/views/manage/components/visitRecords.vue index fd8b553..1dd4ac8 100644 --- a/src/views/manage/components/visitRecords.vue +++ b/src/views/manage/components/visitRecords.vue @@ -117,13 +117,6 @@ export default { //点击右侧三个记录 clickrecord(index) { this.recordindex = index - // if (index == 0) { - // this.InRecordinfo(); - // } else if (index == 1) { - // this.OutRecordinfo(); - // } else if (index == 2) { - // this.OperationRecordinfo(); - // } }, //点击左侧item clickcategory(item, index) { @@ -131,7 +124,6 @@ export default { this.categoryItem = item if (item.visitMethod == 'BE_HOSPITALIZED') { this.recordindex = 0 - this.InRecordinfo(); } else if (item.visitMethod == 'OUTPATIENT_SERVICE') { this.recordindex = 3 } @@ -145,25 +137,6 @@ export default { } }) }, - //手术记录 - OperationRecordinfo() { - OperationRecord(this.categoryItem.id).then(res => { - this.recordlist = res.data - }) - }, - //出院记录 - OutRecordinfo() { - OutRecord(this.categoryItem.id).then(res => { - this.recordlist = res.data - }) - }, - //入院记录 - InRecordinfo() { - InRecord(this.categoryItem.id).then(res => { - this.recordlist = res.data - }) - }, - //门诊记录 //info info() { var date = new Date();