1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2025-06-05 16:03:06 +08:00
parent dce3719c58
commit 262541ac08
1 changed files with 2 additions and 1 deletions

View File

@ -488,7 +488,8 @@ export default {
return num.toFixed(this.digitPlaces)
},
formItemNumberChange(v, question) {
this.$emit('formItemTableNumberChange', v, question)
this.$emit('formItemTableNumberChange')
this.$emit('setFormItemData', { key: question.Id, val: v, question: question })
// this.$emit('formItemTableNumberChange', v, question)
},
resetChild(obj) {