自定义结构化录入的临床数据,配置工具存在问题
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-20 18:04:34 +08:00
parent 06167d4ff5
commit 6674989249
1 changed files with 12 additions and 1 deletions

View File

@ -321,7 +321,18 @@ export default {
}, },
mounted() { mounted() {
this.initForm() this.initForm()
this.getClinicalCalculateQuestions()
},
watch: {
data: {
handler() {
if (this.data.ClinicalQuestionType) {
this.getClinicalCalculateQuestions(this.data.ClinicalQuestionType)
}
},
deep: true,
immediate: true
}
}, },
methods: { methods: {
getClinicalCalculateQuestions(type = null) { getClinicalCalculateQuestions(type = null) {