更改子表类型

This commit is contained in:
dataprince 2024-01-31 19:33:33 +08:00
parent 1183249080
commit 09157fe27f

View File

@ -593,7 +593,7 @@ const handleDelete${subClassName} = () => {
}
/** 复选框选中数据 */
const handle${subClassName}SelectionChange = (selection: ${subclassName}VO[]) => {
const handle${subClassName}SelectionChange = (selection: ${subClassName}VO[]) => {
checked${subClassName}.value = selection.map(item => item.index)
}
#end