出现严重问题,暂时回购此修改【issues/423】修复 JVxeTypes.hidden 不能赋值

pull/523/head
zhangdaiscott 2023-04-17 14:43:58 +08:00
parent 0daa05e8d0
commit 4112e58577
1 changed files with 0 additions and 2 deletions

View File

@ -110,9 +110,7 @@ function handleInnerColumn(args: HandleArgs, col: JVxeColumn, handler: (args: Ha
*
*/
function handleHiddenColumn({ col, columns }: HandleArgs) {
col!.params = cloneDeep(col);
delete col!.type;
col!.field = col!.key
col!.visible = false;
columns.push(col!);
}