|
@@ -221,7 +221,7 @@
|
|
title: `场景列表`,
|
|
title: `场景列表`,
|
|
columns: getColumns(false),
|
|
columns: getColumns(false),
|
|
// rowSelection: { type: 'checkbox' },
|
|
// rowSelection: { type: 'checkbox' },
|
|
- searchInfo: { type: tableType, userName: props.userName },
|
|
|
|
|
|
+ searchInfo: props.userName?{ type: tableType, userName: props.userName }:{type: tableType},
|
|
useSearchForm: true,
|
|
useSearchForm: true,
|
|
formConfig: searchFormSs,
|
|
formConfig: searchFormSs,
|
|
showTableSetting: true,
|
|
showTableSetting: true,
|