|
|
|
@ -215,7 +215,13 @@ export default { |
|
|
|
default: () => { |
|
|
|
return {} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
selectedDeptId:{ |
|
|
|
type:[Number,String], |
|
|
|
default:()=>{ |
|
|
|
return null |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
...mapGetters([ |
|
|
|
@ -439,6 +445,7 @@ export default { |
|
|
|
studySn: this.searchForm.studySn, |
|
|
|
studyMc: this.searchForm.studyMc, |
|
|
|
studyId: this.searchForm.studyId, |
|
|
|
selectedDeptId:this.selectedDeptId, |
|
|
|
studyType: 1, |
|
|
|
studySubjectId: this.searchForm.studySubjectId, |
|
|
|
permitForSecectUser: 'business:studyFormPre:sh' |
|
|
|
@ -446,7 +453,7 @@ export default { |
|
|
|
}, |
|
|
|
edit(row) { |
|
|
|
this.$modal.loading() |
|
|
|
studyMethod_getReadAllMethodStatus({ userId: this.id, studyId: this.searchForm.studyId, studySubjectId: this.searchForm.studySubjectId }).then(response => { |
|
|
|
studyMethod_getReadAllMethodStatus({ selectedDeptId:this.selectedDeptId,userId: this.id, studyId: this.searchForm.studyId, studySubjectId: this.searchForm.studySubjectId }).then(response => { |
|
|
|
if (response.data.toUrl) { |
|
|
|
this.toRead(response.data) |
|
|
|
} else { |
|
|
|
|