Compare commits

..

No commits in common. "c0588661ce2a2979c404d33e18e6df104c8d15e4" and "e6715a429bd6c04a7767d09e256a46c38a6cbc1a" have entirely different histories.

4 changed files with 69 additions and 83 deletions

View File

@ -743,9 +743,6 @@ export default {
},
formItemNumberChange(questionId, isTable) {
if (typeof isTable === 'object') {
this.$emit("setFormItemData", { key: isTable.Id, val: questionId, question: isTable });
} else {
if (isTable) {
this.CalculationList.forEach((v, i) => {
var find = v.CalculateQuestionList.filter(o => {
@ -773,7 +770,6 @@ export default {
}
})
}
}
// this.$emit('formItemNumberChange')
},
// formItemTableNumberChange() {

View File

@ -472,9 +472,6 @@ export default {
}
},
formItemNumberChange(questionId, isTable) {
if (typeof isTable === 'object') {
this.$emit("setFormItemData", { key: isTable.Id, val: questionId, question: isTable });
} else {
if (isTable) {
this.calculationList.forEach((v, i) => {
var find = v.CalculateQuestionList.filter(o => {
@ -502,7 +499,6 @@ export default {
}
})
}
}
},
formItemChange(v, question) {
if (question.Childrens.length > 0) {

View File

@ -660,9 +660,6 @@ export default {
return num;
},
formItemNumberChange(questionId, isTable) {
if (typeof isTable === 'object') {
this.$emit("setFormItemData", { key: isTable.Id, val: questionId, question: isTable });
} else {
if (isTable) {
this.calculationList.forEach((v, i) => {
var find = v.CalculateQuestionList.filter((o) => {
@ -690,8 +687,6 @@ export default {
}
});
}
}
// this.$emit('formItemNumberChange')
},
formItemTableNumberChange() {

View File

@ -167,7 +167,6 @@ export default {
// if (i.Type === 'number') {
// this.$set(this.questionForm, i.Id, i.Answer)
// }
console.log('setChild')
if (i.Type === 'class') {
this.classArr.push({triggerId: i.ClassifyQuestionId, classId: i.Id, classifyAlgorithms: i.ClassifyAlgorithms, classifyType: i.ClassifyType})
}