Compare commits

..

No commits in common. "83a14956e34c7ad48ca8548d62f088c7c42a5c8a" and "9e7ec097195c8f9d8da4a8ecffdaa928ad92aab9" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<!-- 中心编号 -->
<el-form-item :label="$t('trials:uploadMonitor:table:siteId')">
<el-select
v-model="searchData.TrialSiteId"
v-model="searchData.SiteId"
clearable
filterable
style="width: 120px"
@ -387,7 +387,7 @@ const searchDataDefault = () => {
PageIndex: 1,
PageSize: 20,
TrialId: '',
TrialSiteId: '',
SiteId: '',
SubjectId: '',
SubjectVisitId: '',
SubjectInfo: '',