From 12e4128b7b3af439804672a111131b4108b769cc Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 13 Jun 2025 16:49:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=A3=81=E5=88=A4?= =?UTF-8?q?=E9=98=85=E7=89=87=E7=BB=93=E6=9E=9C=E8=AF=A6=E6=83=85oldValue?= =?UTF-8?q?=E6=94=B9=E4=B8=BA--?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trial-summary/audit-record/index.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue index bf9d26f9..b4793d03 100644 --- a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue +++ b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue @@ -1088,14 +1088,17 @@ export default { } if (v.DataType === 'Router') { item = { - oldValue: v.UrlConfig.IsHaveParameters ? v.UrlConfig.RoutePath + '?' + - v.UrlConfig.ParameterList.map((v) => { - let a = obj[v.UrlParameterValueName] ? obj[v.UrlParameterValueName] : parentRow[v.UrlParameterValueName] - if (v.UrlParameterValueName === 'token') { - a = getToken() - } - return v.UrlParameterName + '=' + a + '&' - }).toString().replaceAll(',', '')+'&'+'lang='+this.$i18n.locale +'&'+ 'zh='+this.$i18n.locale : v.UrlConfig.RoutePath, + // oldValue: v.UrlConfig.IsHaveParameters ? v.UrlConfig.RoutePath + '?' + + // v.UrlConfig.ParameterList.map((v) => { + // let a = obj[v.UrlParameterValueName] ? obj[v.UrlParameterValueName] : parentRow[v.UrlParameterValueName] + // if (v.UrlParameterValueName === 'token') { + // a = getToken() + // } + // return v.UrlParameterName + '=' + a + '&' + // }).toString().replaceAll(',', '')+'&'+'lang='+this.$i18n.locale +'&'+ 'zh='+this.$i18n.locale : v.UrlConfig.RoutePath, + + // 后端已确定旧数据不会有跳转 25/06/13 + oldValue: '--', newValue: v.UrlConfig.IsHaveParameters ? v.UrlConfig.RoutePath + '?' + v.UrlConfig.ParameterList.map((v) => { let a = obj[v.UrlParameterValueName] ? obj[v.UrlParameterValueName] : parentRow[v.UrlParameterValueName] From 108d01f81cf7f3ae0394101053a34489f0cce736 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 16 Jun 2025 16:05:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=98=85=E7=89=87=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F=E3=80=81=E9=98=85=E7=89=87?= =?UTF-8?q?=E4=B8=AD=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/reading/read-order/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/read-order/index.vue b/src/views/trials/trials-panel/reading/read-order/index.vue index b332fc73..6f47ccc1 100644 --- a/src/views/trials/trials-panel/reading/read-order/index.vue +++ b/src/views/trials/trials-panel/reading/read-order/index.vue @@ -188,8 +188,8 @@ sortable="custom" show-overflow-tooltip> @@ -215,7 +215,7 @@ const searchDataDefault = () => { PageIndex: 1, PageSize: 20, Asc: true, - SortField: '', + SortField: 'RandomOrder', TrialId: null, TrialSiteId: null, SubjectId: null,