spm审批签署-重阅审批,中心编号筛选查询无效

uat
wangxiaoshuang 2025-03-11 16:37:59 +08:00
parent 0c7b4fbfdd
commit 513e9b018a
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<el-form :inline="true">
<!-- 中心编号 -->
<el-form-item :label="$t('trials:reviewAssign:readingTask:table:siteCode')">
<el-select v-model="searchData.SiteId" clearable filterable style="width:120px;">
<el-select v-model="searchData.TrialSiteId" clearable filterable style="width:120px;">
<el-option
v-for="(item,index) of siteOptions"
:key="index"
@ -526,7 +526,7 @@ const searchDataDefault = () => {
Asc: true,
SortField: '',
TrialId: null,
SiteId: null,
TrialSiteId: null,
SubjectId: null,
SubjectCode: null,
IsUrgent: null,
@ -598,7 +598,7 @@ export default {
},
mounted() {
if (this.$route.query.SiteId) {
this.searchData.SiteId = this.$route.query.SiteId
this.searchData.TrialSiteId = this.$route.query.SiteId
this.searchData.SubjectCode = this.$route.query.SubjectCode
this.searchData.TaskName = this.$route.query.TaskName
this.searchData.DoctorUserId = this.$route.query.DoctorUserId