Compare commits
No commits in common. "83a14956e34c7ad48ca8548d62f088c7c42a5c8a" and "9e7ec097195c8f9d8da4a8ecffdaa928ad92aab9" have entirely different histories.
83a14956e3
...
9e7ec09719
|
@ -6,7 +6,7 @@
|
||||||
<!-- 中心编号 -->
|
<!-- 中心编号 -->
|
||||||
<el-form-item :label="$t('trials:uploadMonitor:table:siteId')">
|
<el-form-item :label="$t('trials:uploadMonitor:table:siteId')">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="searchData.TrialSiteId"
|
v-model="searchData.SiteId"
|
||||||
clearable
|
clearable
|
||||||
filterable
|
filterable
|
||||||
style="width: 120px"
|
style="width: 120px"
|
||||||
|
@ -387,7 +387,7 @@ const searchDataDefault = () => {
|
||||||
PageIndex: 1,
|
PageIndex: 1,
|
||||||
PageSize: 20,
|
PageSize: 20,
|
||||||
TrialId: '',
|
TrialId: '',
|
||||||
TrialSiteId: '',
|
SiteId: '',
|
||||||
SubjectId: '',
|
SubjectId: '',
|
||||||
SubjectVisitId: '',
|
SubjectVisitId: '',
|
||||||
SubjectInfo: '',
|
SubjectInfo: '',
|
||||||
|
|
Loading…
Reference in New Issue