Commit 03dcfa66 authored by xioln's avatar xioln

附件用于保存

parent db9aec71
...@@ -485,7 +485,9 @@ export default { ...@@ -485,7 +485,9 @@ export default {
this.currentSelection = val this.currentSelection = val
}, },
cellDataChange(val) { cellDataChange(val) {
this.$set(this.tableData, val.rowIndex, val.row) const row = this.$utils._set(val.row, val.key, val.value)
row.operator = 'MODIFY'
this.$set(this.tableData, val.rowIndex, row)
this.$emit('uploadData', this.tableData) this.$emit('uploadData', this.tableData)
}, },
upload(file) { upload(file) {
......
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