中心调研配置切换设备调研时初始化采集参数
continuous-integration/drone/push Build is pending
Details
continuous-integration/drone/push Build is pending
Details
parent
c65ad92d39
commit
a82526e21d
|
|
@ -33,9 +33,9 @@
|
||||||
</div>
|
</div>
|
||||||
<el-form size="small" :model="form" style="width:80%">
|
<el-form size="small" :model="form" style="width:80%">
|
||||||
<el-form-item :label="$t('trials:researchRecord:ImageManual:Equipment')">
|
<el-form-item :label="$t('trials:researchRecord:ImageManual:Equipment')">
|
||||||
<el-radio-group v-model="form.IsCloseEquipmentSurvey">
|
<el-radio-group v-model="form.IsCloseEquipmentSurvey" @input="handleInput">
|
||||||
<el-radio :label="item.value" v-for="item in $d.YesOrNo" :key="item.id">{{ item.label
|
<el-radio :label="item.value" v-for="item in $d.YesOrNo" :key="item.id">{{ item.label
|
||||||
}}</el-radio>
|
}}</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
@ -180,9 +180,11 @@ export default {
|
||||||
if (key === 'IsConfirmImagingTechnologist') this.form.NotConfirmReson = val
|
if (key === 'IsConfirmImagingTechnologist') this.form.NotConfirmReson = val
|
||||||
if (key === 'IsFollowStudyParameters') this.form.NotFollowReson = val
|
if (key === 'IsFollowStudyParameters') this.form.NotFollowReson = val
|
||||||
},
|
},
|
||||||
// handleInput(val) {
|
handleInput(val) {
|
||||||
// this.form.ReplaceContentCN = val
|
Object.keys(this.EquipmentForm).forEach(key => {
|
||||||
// },
|
this.EquipmentForm[key] = false
|
||||||
|
})
|
||||||
|
},
|
||||||
async getInfo() {
|
async getInfo() {
|
||||||
try {
|
try {
|
||||||
let param = {
|
let param = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue