自定义结构化录入的临床数据,配置工具存在问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
06167d4ff5
commit
6674989249
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue