优化代码
This commit is contained in:
@@ -295,8 +295,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
formItemChange(v, question) {
|
||||
if(question.QuestionType === 55){
|
||||
this.$emit('setFormItemData', {key:question.Id,val:v})
|
||||
if (question.QuestionType === 55) {
|
||||
this.$emit('setFormItemData', { key: question.Id, val: v })
|
||||
}
|
||||
if (question.Childrens.length > 0) {
|
||||
this.resetChild(question.Childrens)
|
||||
|
||||
Reference in New Issue
Block a user