中心调研配置切换设备调研时初始化采集参数
continuous-integration/drone/push Build is pending Details

main
wangxiaoshuang 2026-05-21 09:34:42 +08:00
parent c65ad92d39
commit a82526e21d
1 changed files with 7 additions and 5 deletions

View File

@ -33,9 +33,9 @@
</div>
<el-form size="small" :model="form" style="width:80%">
<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>
}}</el-radio>
</el-radio-group>
</el-form-item>
</el-form>
@ -180,9 +180,11 @@ export default {
if (key === 'IsConfirmImagingTechnologist') this.form.NotConfirmReson = val
if (key === 'IsFollowStudyParameters') this.form.NotFollowReson = val
},
// handleInput(val) {
// this.form.ReplaceContentCN = val
// },
handleInput(val) {
Object.keys(this.EquipmentForm).forEach(key => {
this.EquipmentForm[key] = false
})
},
async getInfo() {
try {
let param = {