优化代码
parent
0f7f2d2098
commit
1c2a9eba87
|
@ -295,8 +295,8 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formItemChange(v, question) {
|
formItemChange(v, question) {
|
||||||
if(question.QuestionType === 55){
|
if (question.QuestionType === 55) {
|
||||||
this.$emit('setFormItemData', {key:question.Id,val:v})
|
this.$emit('setFormItemData', { key: question.Id, val: v })
|
||||||
}
|
}
|
||||||
if (question.Childrens.length > 0) {
|
if (question.Childrens.length > 0) {
|
||||||
this.resetChild(question.Childrens)
|
this.resetChild(question.Childrens)
|
||||||
|
|
Loading…
Reference in New Issue