memorylkf 3 months ago
parent
commit
755d961c19
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/views/business/study/comp/ytbd/Bj.vue

+ 5
- 2
src/views/business/study/comp/ytbd/Bj.vue View File

@ -77,10 +77,10 @@
<el-row>
<el-col :span="24">
<el-form-item :label="$t('page.business.study.studyFormPre.shryId')" prop="shryId">
<SelectStudyUser v-model="form.shryId" :query="{
<SelectStudyUser v-model="form.shryId" :query="{
studyId: form.studyId,
studySubjectId: form.studySubjectId,
permit: form.permitForSecectUser
permit: permitForSecectUser
}" key="shryId" @change="selectDeptUserChange" />
</el-form-item>
</el-col>
@ -154,6 +154,7 @@ export default {
form: {},
open: false,
openSubmit: false,
permitForSecectUser:'',
rulesApprove: {
qmrmm: [{
required: true,
@ -261,6 +262,7 @@ export default {
},
edit(row) {
this.reset()
this.permitForSecectUser=row.permitForSecectUser
if (row && row.id) {
this.showIndex = 2
this.$modal.loading()
@ -312,6 +314,7 @@ export default {
let content = await this.$refs.templateTable.getFormData()
if (content) {
this.form.bdnr = JSON.stringify(content)
debugger
this.openSubmit = true
}
},

Loading…
Cancel
Save