This commit is contained in:
+12
-1
@@ -321,7 +321,18 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.initForm()
|
||||
this.getClinicalCalculateQuestions()
|
||||
|
||||
},
|
||||
watch: {
|
||||
data: {
|
||||
handler() {
|
||||
if (this.data.ClinicalQuestionType) {
|
||||
this.getClinicalCalculateQuestions(this.data.ClinicalQuestionType)
|
||||
}
|
||||
},
|
||||
deep: true,
|
||||
immediate: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getClinicalCalculateQuestions(type = null) {
|
||||
|
||||
Reference in New Issue
Block a user