优化代码

uat_us
caiyiling 2024-01-16 11:31:53 +08:00
parent 0f7f2d2098
commit 1c2a9eba87
1 changed files with 2 additions and 2 deletions

View File

@ -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)