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: {