From 11d1a3db6edfa906fe572da2fc05c18e105d1da2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 16 Apr 2024 11:40:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=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: {