Fixes bug add baseModal | baseForm 组件

This commit is contained in:
Ah jung
2021-08-05 17:24:24 +08:00
parent 98e1bf0227
commit 8a5f237630
59 changed files with 2056 additions and 106 deletions

View File

@@ -38,7 +38,7 @@
actionColumn: {
width: 150,
title: '操作',
dataIndex: 'action',
key: 'action',
fixed: 'right',
align: 'center',
render(record) {
@@ -61,7 +61,7 @@
}
function onEditChange({ column, value, record }) {
if (column.dataIndex === 'id') {
if (column.key === 'id') {
record.editValueRefs.name4.value = `${value}`;
}
console.log(column, value, record);