From 51e4d8a436ce3906a332b262f671259b24da2148 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 16 Apr 2024 11:10:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B1=8F=E8=94=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/hirVisit/components/edit-study-list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue index 8609bd9..787174d 100644 --- a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue +++ b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue @@ -135,9 +135,9 @@ - + Date: Tue, 16 Apr 2024 11:40:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/hirVisit/index.vue | 48 ++----------------- .../trials-panel/study/components/list.vue | 39 +++------------ src/views/trials/trials-panel/study/index.vue | 2 +- 3 files changed, 11 insertions(+), 78 deletions(-) diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue index 953cb21..b762c48 100644 --- a/src/views/trials/trials-panel/hirVisit/index.vue +++ b/src/views/trials/trials-panel/hirVisit/index.vue @@ -35,38 +35,6 @@ /> - - - - @@ -84,7 +52,7 @@ - + - + - - - - - - - - { BeginStudyTime: null, EndStudyTime: null, IsBindedVisit: null, - Asc: false, - SortField: "StudyTime", + Asc: true, + SortField: null, PageIndex: 1, PageSize: 20, }; @@ -434,9 +407,9 @@ export default { }, // 查看影像 handleViewStudy(row) { - let type ='Study' - if (this.activeName === 'notSubmit') { - type = 'Patient' + let type = "Study"; + if (this.activeName === "notSubmit") { + type = "Patient"; } var token = getToken(); const routeData = this.$router.resolve({ diff --git a/src/views/trials/trials-panel/study/index.vue b/src/views/trials/trials-panel/study/index.vue index a8a5416..3372469 100644 --- a/src/views/trials/trials-panel/study/index.vue +++ b/src/views/trials/trials-panel/study/index.vue @@ -113,7 +113,7 @@ export default { }; }, mounted() { - this.getSite(); + // this.getSite(); this.getVisitPlanOptions(); }, methods: {