From df1d608c5090e25527070ada1fe01d32b84739ed Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Sun, 7 Apr 2024 09:24:07 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials-list/components/TrialForm.vue | 20 +++++++++++--
src/views/trials/trials-list/index.vue | 29 ++++++++++---------
2 files changed, 33 insertions(+), 16 deletions(-)
diff --git a/src/views/trials/trials-list/components/TrialForm.vue b/src/views/trials/trials-list/components/TrialForm.vue
index 971aa97..680df94 100644
--- a/src/views/trials/trials-list/components/TrialForm.vue
+++ b/src/views/trials/trials-list/components/TrialForm.vue
@@ -155,6 +155,19 @@
/>
年
+
+
+
+
+
-
+ /> -->
/>
-
+ /> -->
@@ -336,7 +338,7 @@ const searchDataDefault = () => {
PageIndex: 1,
PageSize: 20,
Asc: false,
- SortField: "",
+ SortField: "CreateTime",
SponsorName: "",
trialType: null,
};
@@ -402,12 +404,13 @@ export default {
},
created() {
this.initPage();
+ console.log(this.$d.TrialType);
},
methods: {
initPage() {
this.getList();
- store.dispatch("global/getSponsorList");
- store.dispatch("global/getCROList");
+ // store.dispatch("global/getSponsorList");
+ // store.dispatch("global/getCROList");
},
// 获取项目列表信息
getList() {