spm审批签署-重阅审批,中心编号筛选查询无效
parent
0c7b4fbfdd
commit
513e9b018a
|
@ -5,7 +5,7 @@
|
||||||
<el-form :inline="true">
|
<el-form :inline="true">
|
||||||
<!-- 中心编号 -->
|
<!-- 中心编号 -->
|
||||||
<el-form-item :label="$t('trials:reviewAssign:readingTask:table:siteCode')">
|
<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
|
<el-option
|
||||||
v-for="(item,index) of siteOptions"
|
v-for="(item,index) of siteOptions"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
@ -526,7 +526,7 @@ const searchDataDefault = () => {
|
||||||
Asc: true,
|
Asc: true,
|
||||||
SortField: '',
|
SortField: '',
|
||||||
TrialId: null,
|
TrialId: null,
|
||||||
SiteId: null,
|
TrialSiteId: null,
|
||||||
SubjectId: null,
|
SubjectId: null,
|
||||||
SubjectCode: null,
|
SubjectCode: null,
|
||||||
IsUrgent: null,
|
IsUrgent: null,
|
||||||
|
@ -598,7 +598,7 @@ export default {
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.$route.query.SiteId) {
|
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.SubjectCode = this.$route.query.SubjectCode
|
||||||
this.searchData.TaskName = this.$route.query.TaskName
|
this.searchData.TaskName = this.$route.query.TaskName
|
||||||
this.searchData.DoctorUserId = this.$route.query.DoctorUserId
|
this.searchData.DoctorUserId = this.$route.query.DoctorUserId
|
||||||
|
|
Loading…
Reference in New Issue