自定义表格问题数值下拉框自动计算修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-08-12 09:20:53 +08:00
parent 3f0573eeb3
commit 8f1ab432b2
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ export default {
} else { } else {
this.$emit('setFormItemData', { key: question.Id, val: v, question: question }) this.$emit('setFormItemData', { key: question.Id, val: v, question: question })
} }
this.$emit('formItemTableNumberChange', v, question)
}, },
handleBlur(value, a, b) { handleBlur(value, a, b) {
if (!value) return false if (!value) return false