优化代码
parent
0f7f2d2098
commit
1c2a9eba87
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue