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() {