Commit 30f0c3c5 authored by jingnan's avatar jingnan 👀

调整占用修改数据后自动勾选复选框修改

parent 6b462880
......@@ -48,6 +48,7 @@ export default {
methods: {
handleChange(val) {
this.$emit('input', val)
this.$emit('change', val)
// const scope = this.scope
// this.$emit('cell-data-change', { rowIndex: scope.$index, key: 'allocatedAmount', value: scope.row.allocatedAmount, row: scope.row })
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment