临时提交
This commit is contained in:
@@ -87,6 +87,7 @@ export default {
|
||||
this.tableData[k.substring(1) || 0] = item
|
||||
} else if (![columnProp, 'key'].includes(k)) {
|
||||
const index = columns.findIndex(e => k == e)
|
||||
console.log(index)
|
||||
if (index > -1) {
|
||||
const item = this.tableData[index] || {}
|
||||
item[prop] = v
|
||||
|
||||
Reference in New Issue
Block a user